1 --- a/libc/string/mips/sysdep.h
2 +++ b/libc/string/mips/sysdep.h
11 #define END(function) \
14 @@ -399,7 +399,7 @@ ifneq ($(HAVE_SHARED),y)
18 -CFLAGS += $(call check_gcc,-std=gnu99,)
19 +# CFLAGS += $(call check_gcc,-std=gnu99,)
21 LDFLAGS_NOSTRIP:=$(CPU_LDFLAGS-y) -shared --warn-common --warn-once -z combreloc
22 # binutils-2.16.1 warns about ignored sections, 2.16.91.0.3 and newer are ok