summaryrefslogtreecommitdiff
path: root/tests/port
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-11 20:51:07 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-11 20:51:07 +0100
commit5f031d15efd55ded423170ec01653e873de8bb59 (patch)
treee00acb48c3be87d5e683adf38fe861cc055b7864 /tests/port
parent364d8fb7ba42a2366921bbc23f39b3216cef75ed (diff)
downloadwolfbones-5f031d15efd55ded423170ec01653e873de8bb59.tar.gz
wolfbones-5f031d15efd55ded423170ec01653e873de8bb59.tar.bz2
added a gettext.h, fixed test_snprintf compilation
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 0bb9f3d..73739b4 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 $@ $(INCLUDE_DIRS) $<
+ $(CC) -c -o $@ $(PLATFORM_COMPILE_FLAGS) $(INCLUDE_DIRS) $<
local_all: