This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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]

Re: [PATCH] Correctly detect all ARM EABI variants


Hi,

2011/5/9 Joseph S. Myers <joseph@codesourcery.com>:

> Are you such you want "*" not ".*" at the end there? ÂThese are regular
> expressions....

Would the following be OK to commit?

2011-05-07  Konstantinos Margaritis <markos@genesi-usa.com>

       * sysdeps/arm/preconfigure: Detect arm-linux-gnueabi* as ARM
         EABI.
       * sysdeps/arm/shlib-versions: Ditto.

--- a/sysdeps/arm/preconfigure
+++ b/sysdeps/arm/preconfigure
@@ -2,7 +2,7 @@
 arm*)
       base_machine=arm
       case $config_os in
-       linux-gnueabi)
+       linux-gnueabi*)
               machine=arm/eabi/$machine
               if [ "${CFLAGS+set}" != "set" ]; then
                 CFLAGS="-g -O2"
--- 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


Best regards,
-- 
ÂHÃctor OrÃn Â-.. . -... .. .- -. Â -.. . ...- . .-.. --- .--. . .-.

"Our Sun unleashes tremendous flares expelling hot gas into the Solar
System, which one day will disconnect us."

-- Day DVB-T stop working nicely
Video flare: http://antwrp.gsfc.nasa.gov/apod/ap100510.html


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