summaryrefslogtreecommitdiff
path: root/tests/port/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/port/GNUmakefile')
-rw-r--r--tests/port/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/port/GNUmakefile b/tests/port/GNUmakefile
index 73739b4..a946ad7 100644
--- a/tests/port/GNUmakefile
+++ b/tests/port/GNUmakefile
@@ -21,7 +21,7 @@ TEST_BINS = \
# libmath and more, which is maybe not really acceptable for a core
# port (on the other hand so isn't NLS support!)
test_snprintf.o : test_snprintf.c $(TOPDIR)/include/wolf/port/stdio.h $(TOPDIR)/src/port/snprintf.h $(TOPDIR)/src/port/snprintf.c
- $(CC) -c -o $@ $(PLATFORM_COMPILE_FLAGS) $(INCLUDE_DIRS) $<
+ $(CC) $(STD99_COMPILE_FLAGS) -c -o $@ $(PLATFORM_COMPILE_FLAGS) $(INCLUDE_DIRS) $<
local_all: