aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorJoe Soroka <gits@joesoroka.com>2011-03-07 11:28:31 -0800
committerJoe Soroka <gits@joesoroka.com>2011-03-07 11:28:31 -0800
commite23194a1fa2ca176c9151964a2e035f36736e650 (patch)
tree69b7a5897b862211e76bff41e104ac421d188b87 /tests/Makefile
parent4fbe3cda330e6ac307c37888777145e7526a7078 (diff)
downloadtinycc-e23194a1fa2ca176c9151964a2e035f36736e650.tar.gz
tinycc-e23194a1fa2ca176c9151964a2e035f36736e650.tar.bz2
support c99 for-loop init decls
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 4bebc2b..d1c732a 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -42,7 +42,7 @@ libtcc_test$(EXESUF): libtcc_test.c ../$(LIBTCC)
# copy only tcclib.h so GCC's stddef and stdarg will be used
test.ref: tcctest.c
cp -u ../include/tcclib.h .
- $(CC) -o tcctest.gcc $< -I. -w $(CFLAGS)
+ $(CC) -o tcctest.gcc $< -I. -w $(CFLAGS) -std=gnu99
./tcctest.gcc > $@
# auto test