Browse Source

Don't use --uclibc-use-build-dir for the tests unless BUILD_UCLIBC_LDSO=true

Eric Andersen 23 years ago
parent
commit
0870301b93
1 changed files with 2 additions and 1 deletions
  1. 2 1
      test/Rules.mak

+ 2 - 1
test/Rules.mak

@@ -47,6 +47,7 @@ endif
 ifneq ($(DODYNAMIC),true)
     LDFLAGS +=--static
 endif
+ifeq ($(strip $(BUILD_UCLIBC_LDSO)),true)
 CFLAGS+=--uclibc-use-build-dir
 LDFLAGS+=--uclibc-use-build-dir
-
+endif