mirror of https://github.com/PrimeDecomp/prime.git
--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
b60f49e18a
commit
14efff0978
|
@ -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