summaryrefslogtreecommitdiff
path: root/test/misc/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-06-15 19:06:07 +0000
committerEric Andersen <andersen@codepoet.org>2001-06-15 19:06:07 +0000
commitc1ae0ad8262ce40178a54a393bcf466b57ad5819 (patch)
tree6d3e350f075e8762b0494a0e73d18d5c22e9f36c /test/misc/Makefile
parentfe23b8c37cc29b2d05ea74c0a9b13cc47b6d3df3 (diff)
Make all the uClibc tests use the --uclibc-use-build-dir flag
Diffstat (limited to 'test/misc/Makefile')
-rw-r--r--test/misc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/misc/Makefile b/test/misc/Makefile
index 5e6ffb504..c7a616e58 100644
--- a/test/misc/Makefile
+++ b/test/misc/Makefile
@@ -9,7 +9,7 @@ outb: outb.c ../testsuite.h Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(TE
-@ echo " "
-@ echo "Compiling vs uClibc: "
-@ echo " "
- $(TESTCC) $(CFLAGS) -c $< -o $@.o
+ $(TESTCC) $(TEST_CFLAGS) -c $< -o $@.o
$(TESTCC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS)
$(STRIPTOOL) -x -R .note -R .comment $@
./$@