Browse Source

enable -std=gnu99 by default now

Mike Frysinger 18 years ago
parent
commit
33fa6c8eb3
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Rules.mak

+ 1 - 2
Rules.mak

@@ -382,8 +382,7 @@ ifneq ($(HAVE_SHARED),y)
 CFLAGS += -DSTATIC
 endif
 
-# only i386 is known to work if compile.S gets -D__ASSEMBLER__
-#CFLAGS += $(call check_gcc,-std=c99,)
+CFLAGS += $(call check_gcc,-std=gnu99,)
 
 LDFLAGS_NOSTRIP:=$(CPU_LDFLAGS-y) -shared --warn-common --warn-once -z combreloc
 # binutils-2.16.1 warns about ignored sections, 2.16.91.0.3 and newer are ok