--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",
|
"clang",
|
||||||
"-nostdinc",
|
"-nostdinc",
|
||||||
"-fno-builtin",
|
"-fno-builtin",
|
||||||
"--target=powerpc-none-eabi",
|
"--target=powerpc-eabi",
|
||||||
*cflags,
|
*cflags,
|
||||||
"-c",
|
"-c",
|
||||||
obj.src_path,
|
obj.src_path,
|
||||||
|
|
Loading…
Reference in New Issue