Explorar el Código

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

Eric Andersen hace 23 años
padre
commit
0870301b93
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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