diff --git a/tools/project.py b/tools/project.py index 852d4a77..1d9c79be 100644 --- a/tools/project.py +++ b/tools/project.py @@ -1595,7 +1595,7 @@ def generate_compile_commands( "clang", "-nostdinc", "-fno-builtin", - "--target=powerpc-none-eabi", + "--target=powerpc-eabi", *cflags, "-c", obj.src_path,