gcc: compile libgcc and libstdc++ with -O2 instead of -Os on power pc to avoid genera...
[openwrt.git] / package / lua / Makefile
index b418b30..4589cfe 100644 (file)
@@ -83,7 +83,7 @@ endef
 define Build/Configure
 endef
 
-TARGET_CFLAGS += -DLUA_USE_LINUX $(FPIC)
+TARGET_CFLAGS += -DLUA_USE_LINUX $(FPIC) -std=gnu99
 
 ifneq ($(CONFIG_USE_EGLIBC),)
   ifeq ($(CONFIG_EGLIBC_OPTION_EGLIBC_UTMP),)
This page took 0.029082 seconds and 4 git commands to generate.