[fluksod] compile luad against the gnu99 standard

This commit is contained in:
Bart Van Der Meerssche 2011-01-09 19:57:22 +01:00
parent 9a27a1f22d
commit 3298f30ead
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# gnu89 = c89 plus GCC extensions
# c99 = ISO C99 standard (not yet fully implemented)
# gnu99 = c99 plus GCC extensions
CSTANDARD = -std=gnu89
CSTANDARD = -std=gnu99
all: luad.o
ifeq ($(OPENWRT_BUILD),1)