Browse Source

Always use --uclibc-use-build-dir

Eric Andersen 22 years ago
parent
commit
204be1a724
1 changed files with 0 additions and 4 deletions
  1. 0 4
      test/Rules.mak

+ 0 - 4
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