--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:18:58 -06:00
parent b60f49e18a
commit 14efff0978
1 changed files with 1 additions and 1 deletions

View File

@ -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,