summaryrefslogtreecommitdiff
path: root/libc/string/mips/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/mips/Makefile')
-rw-r--r--libc/string/mips/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/mips/Makefile b/libc/string/mips/Makefile
index a17826ea5..805024929 100644
--- a/libc/string/mips/Makefile
+++ b/libc/string/mips/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: