Magellan Linux

Contents of /trunk/glibc/patches/glibc-2.3.5-disable-multilib-x86_64.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 1058 byte(s)
-import

1 --- glibc-2.3.5/sysdeps/unix/sysv/linux/configure~ 2005-11-09 03:09:00.118247000 +0200
2 +++ glibc-2.3.5/sysdeps/unix/sysv/linux/configure 2005-11-09 03:09:00.667961319 +0200
3 @@ -224,7 +224,7 @@
4 /usr | /usr/)
5 # 64-bit libraries on bi-arch platforms go in /lib64 instead of /lib
6 case $machine in
7 - sparc/sparc64 | x86_64 | powerpc/powerpc64 | s390/s390-64 | \
8 + sparc/sparc64 | powerpc/powerpc64 | s390/s390-64 | \
9 mips/mips64/n64/* )
10 libc_cv_slibdir="/lib64"
11 if test "$libdir" = '${exec_prefix}/lib'; then
12 --- glibc-2.3.5/sysdeps/unix/sysv/linux/configure.in~ 2005-11-09 03:09:00.000000000 +0200
13 +++ glibc-2.3.5/sysdeps/unix/sysv/linux/configure.in 2005-11-09 03:09:00.995664571 +0200
14 @@ -157,7 +157,7 @@
15 /usr | /usr/)
16 # 64-bit libraries on bi-arch platforms go in /lib64 instead of /lib
17 case $machine in
18 - sparc/sparc64 | x86_64 | powerpc/powerpc64 | s390/s390-64 | \
19 + sparc/sparc64 | powerpc/powerpc64 | s390/s390-64 | \
20 mips/mips64/n64/* )
21 libc_cv_slibdir="/lib64"
22 if test "$libdir" = '${exec_prefix}/lib'; then