summaryrefslogtreecommitdiff
path: root/test/Rules.mak
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/Rules.mak
parentfe23b8c37cc29b2d05ea74c0a9b13cc47b6d3df3 (diff)
Make all the uClibc tests use the --uclibc-use-build-dir flag
Diffstat (limited to 'test/Rules.mak')
-rw-r--r--test/Rules.mak3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Rules.mak b/test/Rules.mak
index 00abb880f..ab0cd27ff 100644
--- a/test/Rules.mak
+++ b/test/Rules.mak
@@ -29,7 +29,8 @@ WARNINGS=-Wall
OPTIMIZATION = $(shell if $(CC) -Os -S -o /dev/null -xc /dev/null >/dev/null 2>&1; \
then echo "-Os"; else echo "-O2" ; fi)
-CFLAGS=$(WARNINGS) $(OPTIMIZATION)
+TEST_CFLAGS=$(WARNINGS) $(OPTIMIZATION) --uclibc-use-build-dir
+CFLAGS=$(WARNINGS) $(OPTIMIZATION)
ifeq ($(DODEBUG),true)
CFLAGS +=-g