diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-04-27 07:09:41 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-04-27 07:09:41 +0000 |
commit | 8f2286fddd00380c897ae4e543fa1453dccbe532 (patch) | |
tree | 435b29859d211b1077b53fff34e4a4ff01b3a23a | |
parent | 9325f0b9fa863dfdf8c4d94203a2c7109f09f862 (diff) |
More trivial changes.
-rw-r--r-- | Rules.mak | 3 | ||||
-rw-r--r-- | ldso/Rules.mak | 2 |
2 files changed, 2 insertions, 3 deletions
@@ -25,7 +25,7 @@ include $(TOPDIR)Config MAJOR_VERSION=0 -MINOR_VERSION=95 +MINOR_VERSION=9.5 LIBNAME=libc.a SHARED_FULLNAME=uClibc-$(MAJOR_VERSION).$(MINOR_VERSION).so @@ -74,4 +74,3 @@ NATIVE_ARCH = $(shell uname -m | sed -e 's/i.86/i386/' -e 's/sparc.*/sparc/' -e # LDFLAGS += --gc-sections #endif - diff --git a/ldso/Rules.mak b/ldso/Rules.mak index b293c23d2..96d132a96 100644 --- a/ldso/Rules.mak +++ b/ldso/Rules.mak @@ -12,6 +12,6 @@ CFLAGS += -DVERSION=\"$(LDSO_VERSION)\" CC = $(TOPDIR)extra/gcc-uClibc/$(NATIVE_ARCH)-uclibc-gcc ifeq ($(DEVEL),true) - CFLAGS += -DUCLIBC_INSTALL_DIR=\"/usr/$(TARGET_ARCH)-linux-uclibc\" + CFLAGS += -DUCLIBC_INSTALL_DIR=\"$(INSTALL_DIR)\" CFLAGS += -DUCLIBC_DEVEL endif |