summaryrefslogtreecommitdiff
path: root/patches/glibc/ports-2.10.1/640-alpha-atfcts.patch
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-11-25 20:47:51 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-11-25 20:47:51 (GMT)
commit4fd776245435ef18178fcc70c0a716f4b9cc381a (patch)
tree2da046e65df0d7e8dcac28f88048fec7e2e520f5 /patches/glibc/ports-2.10.1/640-alpha-atfcts.patch
parent69e0647a025e5e86993820f121115b67ff52a104 (diff)
libc/glibc: update 2.10.1 patchset
According to: http://sourceware.org/ml/crossgcc/2009-11/msg00109.html update the patchset for correct Alpha build.
Diffstat (limited to 'patches/glibc/ports-2.10.1/640-alpha-atfcts.patch')
-rw-r--r--patches/glibc/ports-2.10.1/640-alpha-atfcts.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/patches/glibc/ports-2.10.1/640-alpha-atfcts.patch b/patches/glibc/ports-2.10.1/640-alpha-atfcts.patch
new file mode 100644
index 0000000..83adbce
--- /dev/null
+++ b/patches/glibc/ports-2.10.1/640-alpha-atfcts.patch
@@ -0,0 +1,12 @@
+--- glibc-2.7/sysdeps/unix/sysv/linux/kernel-features.h 2007-08-14 06:21:09.000000000 +0300
++++ glibc-2.7/sysdeps/unix/sysv/linux/kernel-features.h.new 2008-07-23 07:05:20.000000000 +0300
+@@ -454,8 +454,7 @@
+ and on Alpha just after 2.6.22-rc1. */
+ #if __LINUX_KERNEL_VERSION >= 0x020611 \
+ && ((!defined __sh__ && !defined __alpha__) \
+- || (__LINUX_KERNEL_VERSION >= 0x020613 && defined __sh__) \
+- || (__LINUX_KERNEL_VERSION >= 0x020617 && defined __alpha__))
++ || (__LINUX_KERNEL_VERSION >= 0x020613 && defined __sh__))
+ # define __ASSUME_ATFCTS 1
+ #endif
+