summaryrefslogtreecommitdiff
path: root/ldso
diff options
context:
space:
mode:
Diffstat (limited to 'ldso')
-rw-r--r--ldso/Makefile4
-rw-r--r--ldso/ldso/Makefile2
2 files changed, 2 insertions, 4 deletions
diff --git a/ldso/Makefile b/ldso/Makefile
index c1c907101..d0a133bf7 100644
--- a/ldso/Makefile
+++ b/ldso/Makefile
@@ -27,14 +27,14 @@ ALL_SUBDIRS = ldso libdl util
all:
-ifeq ($(strip $(BUILD_UCLIBC_LDSO)),true)
+ifeq ($(strip $(BUILD_UCLIBC_LDSO)),y)
$(MAKE) -C ldso;
else
echo "Not building ld-uClibc"
endif
shared: utils
-ifeq ($(strip $(BUILD_UCLIBC_LDSO)),true)
+ifeq ($(strip $(BUILD_UCLIBC_LDSO)),y)
$(MAKE) -C libdl;
else
echo "Not building libdl"
diff --git a/ldso/ldso/Makefile b/ldso/ldso/Makefile
index 262ec5073..3ecbe9f77 100644
--- a/ldso/ldso/Makefile
+++ b/ldso/ldso/Makefile
@@ -23,10 +23,8 @@
TOPDIR=../../
-DOPIC=true
include $(TOPDIR)Rules.mak
LDSO_FULLNAME=ld-uClibc-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so
-LIBGCC:=$(shell $(CC) -print-libgcc-file-name)
# Enable this to enable all the code needed to support traditional ldd
# (i.e. where the shared library loader does all the heavy lifting)