diff options
Diffstat (limited to 'test/Rules.mak')
-rw-r--r-- | test/Rules.mak | 4 |
1 files changed, 0 insertions, 4 deletions
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 |