From 204be1a7248a0ca89938af859b77f3f5342c32fc Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 30 Nov 2001 07:00:57 +0000 Subject: Always use --uclibc-use-build-dir --- test/Rules.mak | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test') diff --git a/test/Rules.mak b/test/Rules.mak index 1ac796fc9..dac59ea3e 100644 --- a/test/Rules.mak +++ b/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 -- cgit v1.2.3