summaryrefslogtreecommitdiff
path: root/libc/string/frv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/frv/Makefile')
-rw-r--r--libc/string/frv/Makefile2
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: