From f0b7e47da37973e4f877f8cc735896d13de2bdb3 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 11 Jun 2001 17:55:33 +0000 Subject: Get rid of the unused LDSO_VERSION --- ldso/Rules.mak | 7 +------ 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3