CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Initial commit. Added hardfp support for armv7 with fpu vfpv3-d16 extension.
[toolchain.git] / work / glibc-2.13-gnueabihf.patch
1 --- glibc-2.13/ports/sysdeps/arm/preconfigure 2010-12-06 20:43:02.000000000 +0000
2 +++ glibc-2.13.armhf//ports/sysdeps/arm/preconfigure 2011-05-06 15:57:15.087298361 +0000
3 @@ -2,7 +2,7 @@
4 arm*)
5 base_machine=arm
6 case $config_os in
7 - linux-gnueabi)
8 + linux-gnueabi*)
9 machine=arm/eabi/$machine
10 if [ "${CFLAGS+set}" != "set" ]; then
11 CFLAGS="-g -O2"
12 diff -ruN eglibc-2.13/ports/sysdeps/arm/shlib-versions eglibc-2.13.armhf//ports/sysdeps/arm/shlib-versions
13 --- eglibc-2.13/ports/sysdeps/arm/shlib-versions 2006-08-17 01:23:58.000000000 +0000
14 +++ eglibc-2.13.armhf//ports/sysdeps/arm/shlib-versions 2011-05-06 15:57:27.067299108 +0000
15 @@ -1,4 +1,4 @@
16 -arm.*-.*-linux-gnueabi DEFAULT GLIBC_2.4
17 +arm.*-.*-linux-gnueabi* DEFAULT GLIBC_2.4
18
19 -arm.*-.*-linux-gnueabi ld=ld-linux.so.3
20 +arm.*-.*-linux-gnueabi* ld=ld-linux.so.3
21 arm.*-.*-linux.* ld=ld-linux.so.2
22