From 0870301b935fe013955c4194db18b474b4a85723 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 14 Aug 2001 23:13:33 +0000 Subject: Don't use --uclibc-use-build-dir for the tests unless BUILD_UCLIBC_LDSO=true --- test/Rules.mak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/Rules.mak b/test/Rules.mak index aba4f38c0..33a0e6f5f 100644 --- a/test/Rules.mak +++ b/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 -- cgit v1.2.3