From cce1105f017744ad2d6b7b86d8a3160637bebea1 Mon Sep 17 00:00:00 2001
From: Austin Foxley <austinf@cetoncorp.com>
Date: Fri, 23 Apr 2010 07:27:50 -0700
Subject: change ABI_VERSION back to just include the major number

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@cetoncorp.com>
---
 Rules.mak | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Rules.mak b/Rules.mak
index c165c1c6f..882b6ba5c 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
-- 
cgit v1.2.3