--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:
Luke Street 2024-10-12 17:20:21 -06:00
parent 75697a8e6d
commit 4ceb68b953
1 changed files with 1 additions and 1 deletions

View File

@ -1595,7 +1595,7 @@ def generate_compile_commands(
"clang",
"-nostdinc",
"-fno-builtin",
"--target=powerpc-none-eabi",
"--target=powerpc-eabi",
*cflags,
"-c",
obj.src_path,