Explorar el Código

Always use --uclibc-use-build-dir

Eric Andersen hace 22 años
padre
commit
204be1a724
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  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