diff options
Diffstat (limited to 'libc/string/sh64')
-rw-r--r-- | libc/string/sh64/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/sh64/Makefile b/libc/string/sh64/Makefile index 5c82e083f..fcd988f58 100644 --- a/libc/string/sh64/Makefile +++ b/libc/string/sh64/Makefile @@ -30,7 +30,7 @@ ar-target: $(SOBJS) $(AR) $(ARFLAGS) $(LIBC) $(SOBJS) $(SOBJS): %.o : %.S - $(CC) $(CFLAGS) -c $< -o $@ + $(CC) $(ASFLAGS) -c $< -o $@ $(STRIPTOOL) -x -R .note -R .comment $*.o clean: |