diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-11-30 07:00:57 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-11-30 07:00:57 +0000 |
commit | 204be1a7248a0ca89938af859b77f3f5342c32fc (patch) | |
tree | 6a3371071d5317aa57f74f2b0e255f6571690b5c | |
parent | d868e6cfff3bf580512c140f232ff2df8f40d25f (diff) |
Always use --uclibc-use-build-dir
-rw-r--r-- | test/Rules.mak | 4 |
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 |