--target=powerpc-none-eabi -> powerpc-eabi
No difference in behavior, but matches the binutils names, so I think it's ever so slightly nicer.
This commit is contained in:
parent
75697a8e6d
commit
4ceb68b953
|
@ -1595,7 +1595,7 @@ def generate_compile_commands(
|
|||
"clang",
|
||||
"-nostdinc",
|
||||
"-fno-builtin",
|
||||
"--target=powerpc-none-eabi",
|
||||
"--target=powerpc-eabi",
|
||||
*cflags,
|
||||
"-c",
|
||||
obj.src_path,
|
||||
|
|
Loading…
Reference in New Issue