summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-08-13 21:36:14 +0000
committerEric Andersen <andersen@codepoet.org>2005-08-13 21:36:14 +0000
commit78b940333901de079d3a0de702441530939ec501 (patch)
treeb13812662babf8ab298b9e07a873a6b529002428 /Rules.mak
parent2044b626be8167235556d1fdda26da04c8daa204 (diff)
per suggestion by psm, remove the variable DYNAMIC_LINKER
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index 12d047577..3d3f0e7fa 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -70,7 +70,6 @@ export MAJOR_VERSION MINOR_VERSION SUBLEVEL VERSION LC_ALL
SHARED_FULLNAME:=libuClibc-$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL).so
SHARED_MAJORNAME:=libc.so.$(MAJOR_VERSION)
UCLIBC_LDSO:=ld-uClibc.so.$(MAJOR_VERSION)
-DYNAMIC_LINKER:=$(SHARED_LIB_LOADER_PREFIX)/$(UCLIBC_LDSO)
LIBNAME:=libc.a
LIBC:=$(TOPDIR)libc/$(LIBNAME)