This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Community source repository for glibc add-on ports branch, master, updated. glibc-2.13-32-g58a9f49


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Community source repository for glibc add-on ports".

The branch, master has been updated
       via  58a9f49bf487bce34dad9101b74e892f35624eef (commit)
      from  a875971e8e15b04e29494d0604cbcd47748ad8b4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc-ports.git;a=commitdiff;h=58a9f49bf487bce34dad9101b74e892f35624eef

commit 58a9f49bf487bce34dad9101b74e892f35624eef
Author: Konstantinos Margaritis <markos@genesi-usa.com>
Date:   Mon May 9 14:10:56 2011 +0000

    Detect arm-linux-gnueabi* as ARM EABI.

diff --git a/ChangeLog.arm b/ChangeLog.arm
index e4e6371..6a9bdde 100644
--- a/ChangeLog.arm
+++ b/ChangeLog.arm
@@ -1,3 +1,8 @@
+2011-05-07  Konstantinos Margaritis  <markos@genesi-usa.com>
+
+	* sysdeps/arm/preconfigure: Detect arm-linux-gnueabi* as ARM EABI.
+	* sysdeps/arm/shlib-versions: Ditto.
+
 2011-04-26  Manjunath Matti  <manjunath81@gmail.com>
 
 	* sysdeps/unix/sysv/linux/arm/eabi/libc-do-syscall.S
diff --git a/sysdeps/arm/preconfigure b/sysdeps/arm/preconfigure
index 4b974cb..e7693d4 100644
--- a/sysdeps/arm/preconfigure
+++ b/sysdeps/arm/preconfigure
@@ -2,7 +2,7 @@ case "$machine" in
 arm*)
 	base_machine=arm
 	case $config_os in
-	linux-gnueabi)
+	linux-gnueabi*)
 		machine=arm/eabi/$machine
 		if [ "${CFLAGS+set}" != "set" ]; then
 		  CFLAGS="-g -O2"
diff --git a/sysdeps/arm/shlib-versions b/sysdeps/arm/shlib-versions
index ed6603f..491dd0a 100644
--- a/sysdeps/arm/shlib-versions
+++ b/sysdeps/arm/shlib-versions
@@ -1,4 +1,4 @@
-arm.*-.*-linux-gnueabi	DEFAULT			GLIBC_2.4
+arm.*-.*-linux-gnueabi.*	DEFAULT			GLIBC_2.4
 
-arm.*-.*-linux-gnueabi	ld=ld-linux.so.3
+arm.*-.*-linux-gnueabi.*	ld=ld-linux.so.3
 arm.*-.*-linux.*	ld=ld-linux.so.2

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog.arm              |    5 +++++
 sysdeps/arm/preconfigure   |    2 +-
 sysdeps/arm/shlib-versions |    4 ++--
 3 files changed, 8 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Community source repository for glibc add-on ports


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]