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 /Rules.mak | |
parent | 9325f0b9fa863dfdf8c4d94203a2c7109f09f862 (diff) |
More trivial changes.
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 3 |
1 files changed, 1 insertions, 2 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 - |