Ver Fonte

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

Eric Andersen há 23 anos atrás
pai
commit
0870301b93
1 ficheiros alterados com 2 adições e 1 exclusões
  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