summaryrefslogtreecommitdiff
path: root/ldso
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-06-11 17:55:33 +0000
committerEric Andersen <andersen@codepoet.org>2001-06-11 17:55:33 +0000
commitf0b7e47da37973e4f877f8cc735896d13de2bdb3 (patch)
tree872831ba63d74b3bc3d0c7ccebfabc9d39eb0ae6 /ldso
parent68822fc77d6304f559f06acbd0d471716a43c383 (diff)
Get rid of the unused LDSO_VERSION
Diffstat (limited to 'ldso')
-rw-r--r--ldso/Rules.mak7
1 files changed, 1 insertions, 6 deletions
diff --git a/ldso/Rules.mak b/ldso/Rules.mak
index 7f63b4d8a..b45e2df80 100644
--- a/ldso/Rules.mak
+++ b/ldso/Rules.mak
@@ -1,10 +1,5 @@
include $(TOPDIR)Rules.mak
-LDSO_VERSION=1.9.11
-
# Do NOT use -fomit-frame-pointer -- It won't work!
-CFLAGS += -DVERSION=\"$(LDSO_VERSION)\"
-
-CC = $(TOPDIR)extra/gcc-uClibc/$(TARGET_ARCH)-uclibc-gcc
-
CFLAGS += -DUCLIBC_ROOT_DIR=\"$(ROOT_DIR)\"
+CC = $(TOPDIR)extra/gcc-uClibc/$(TARGET_ARCH)-uclibc-gcc