[git commit master] change ABI_VERSION back to just include the major number

Austin Foxley austinf at cetoncorp.com
Fri Apr 23 14:31:55 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=cce1105f017744ad2d6b7b86d8a3160637bebea1
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

By default, GCC hard codes the name for ld.so to /lib/ld-uClibc.so.0
so our default should match that. If distribution makers want to change
it, they need to change the default gcc configuration as well.

Signed-off-by: Austin Foxley <austinf at cetoncorp.com>
---
 Rules.mak |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/Rules.mak b/Rules.mak
index c165c1c..882b6ba 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -108,9 +108,7 @@ MINOR_VERSION := 9
 SUBLEVEL      := 32
 EXTRAVERSION  :=-git
 VERSION       := $(MAJOR_VERSION).$(MINOR_VERSION).$(SUBLEVEL)
-# no abi compat between sublevel releases yet, so we use full version
-# for soname
-ABI_VERSION   := $(VERSION)
+ABI_VERSION   := $(MAJOR_VERSION)
 ifneq ($(EXTRAVERSION),)
 VERSION       := $(VERSION)$(EXTRAVERSION)
 endif
-- 
1.6.3.3



More information about the uClibc-cvs mailing list