OSDN Git Service

Don't use --uclibc-use-build-dir for the tests unless BUILD_UCLIBC_LDSO=true
authorEric Andersen <andersen@codepoet.org>
Tue, 14 Aug 2001 23:13:33 +0000 (23:13 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 14 Aug 2001 23:13:33 +0000 (23:13 -0000)
test/Rules.mak

index aba4f38..33a0e6f 100644 (file)
@@ -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