summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-02-08 22:03:29 +0000
committerMike Frysinger <vapier@gentoo.org>2007-02-08 22:03:29 +0000
commit33fa6c8eb3e6aa58bf9d86469adc66046b469db4 (patch)
treefadd04bb893c82a0a855ce23a356308e003acb6c /Rules.mak
parentb42d4129e52f0c694c831eda3ce1c6763903bafa (diff)
enable -std=gnu99 by default now
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak3
1 files changed, 1 insertions, 2 deletions
diff --git a/Rules.mak b/Rules.mak
index 3d3578e0f..0be105ca3 100644
--- a/Rules.mak
+++ b/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