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