diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-02-08 22:03:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-02-08 22:03:29 +0000 |
commit | 33fa6c8eb3e6aa58bf9d86469adc66046b469db4 (patch) | |
tree | fadd04bb893c82a0a855ce23a356308e003acb6c | |
parent | b42d4129e52f0c694c831eda3ce1c6763903bafa (diff) |
enable -std=gnu99 by default now
-rw-r--r-- | Rules.mak | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |