diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-11-07 04:13:30 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-11-07 04:13:30 +0000 |
commit | f0de7b236e4aefa00bce0e20b2216dc282ede09c (patch) | |
tree | 2264a1035790f85af6f505ffb064e1b6b44df3ad /Rules.mak | |
parent | e556691e4f2411bddc228266e9fcb8dbbf122ac6 (diff) |
It is remotely possible the utils might even compile this time
around...
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -194,11 +194,9 @@ ifeq ($(HAVE_SHARED),y) ifeq ($(BUILD_UCLIBC_LDSO),y) LDSO:=$(TOPDIR)lib/$(UCLIBC_LDSO) DYNAMIC_LINKER:=$(SHARED_LIB_LOADER_PREFIX)/$(UCLIBC_LDSO) - BUILD_DYNAMIC_LINKER:=$(shell cd $(TOPDIR) && pwd)/lib/$(UCLIBC_LDSO) else LDSO:=$(SYSTEM_LDSO) DYNAMIC_LINKER:=/lib/$(strip $(subst ",, $(notdir $(SYSTEM_LDSO)))) - BUILD_DYNAMIC_LINKER:=/lib/$(strip $(subst ",, $(notdir $(SYSTEM_LDSO)))) endif endif |