patches/glibc/2.7/200-alpha-atfcts.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Jan 29 18:53:32 2009 +0000 (2009-01-29)
changeset 1174 7710d81d15e7
parent 744 4bf8448536d5
permissions -rw-r--r--
Use the path discovered by ./configure in scripts/addToolVersion.sh
It now requires that "./configure && make" be run beforehand.

/trunk/scripts/addToolVersion.sh | 10 7 3 0 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
yann@734
     1
--- glibc-2.7/sysdeps/unix/sysv/linux/kernel-features.h	2007-08-14 06:21:09.000000000 +0300
yann@734
     2
+++ glibc-2.7/sysdeps/unix/sysv/linux/kernel-features.h.new	2008-07-23 07:05:20.000000000 +0300
yann@734
     3
@@ -449,8 +449,7 @@
yann@734
     4
    and on Alpha just after 2.6.22-rc1.  */
yann@734
     5
 #if __LINUX_KERNEL_VERSION >= 0x020611 \
yann@734
     6
     && ((!defined __sh__ && !defined __alpha__) \
yann@734
     7
-	|| (__LINUX_KERNEL_VERSION >= 0x020613 && defined __sh__) \
yann@734
     8
-	|| (__LINUX_KERNEL_VERSION >= 0x020617 && defined __alpha__))
yann@734
     9
+	|| (__LINUX_KERNEL_VERSION >= 0x020613 && defined __sh__))
yann@734
    10
 # define __ASSUME_ATFCTS	1
yann@734
    11
 #endif
yann@734
    12