summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-11-30 07:00:57 +0000
committerEric Andersen <andersen@codepoet.org>2001-11-30 07:00:57 +0000
commit204be1a7248a0ca89938af859b77f3f5342c32fc (patch)
tree6a3371071d5317aa57f74f2b0e255f6571690b5c /test
parentd868e6cfff3bf580512c140f232ff2df8f40d25f (diff)
Always use --uclibc-use-build-dir
Diffstat (limited to 'test')
-rw-r--r--test/Rules.mak4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/Rules.mak b/test/Rules.mak
index 1ac796fc9..dac59ea3e 100644
--- a/test/Rules.mak
+++ b/test/Rules.mak
@@ -48,9 +48,5 @@ endif
ifneq ($(DODYNAMIC),true)
LDFLAGS +=--static
endif
-ifeq ($(strip $(HAVE_SHARED)),true)
-ifeq ($(strip $(BUILD_UCLIBC_LDSO)),true)
CFLAGS+=--uclibc-use-build-dir
LDFLAGS+=--uclibc-use-build-dir
-endif
-endif