summaryrefslogtreecommitdiff
path: root/tests/port
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-13 10:07:31 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-13 10:07:31 +0100
commit174f62bcf9707dfa26cf6d2dc0888198c36428d4 (patch)
tree3294cbde4a78a3bb34190f3fc5f2637a5b96f32e /tests/port
parente1d36106a4b4c06a2a40cac9732de78a3aec8cce (diff)
downloadwolfbones-174f62bcf9707dfa26cf6d2dc0888198c36428d4.tar.gz
wolfbones-174f62bcf9707dfa26cf6d2dc0888198c36428d4.tar.bz2
fixed compilation on Solaris with a new flag STD99_COMPILE_FLAGS
Diffstat (limited to 'tests/port')
-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: