From 23ffbc60311a23e7564c2810de04b61c8c152349 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 30 Mar 2010 22:31:49 +0200 Subject: complibs: update versions GMP : 4.3.2, 5.0.1* CLooG/PPL: 0.15.8 0.15.9 libelf : 0.8.13 *: patch series added --- .../libelf/0.8.13/100-fix-64-bit-detection.patch | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 patches/libelf/0.8.13/100-fix-64-bit-detection.patch (limited to 'patches/libelf/0.8.13/100-fix-64-bit-detection.patch') diff --git a/patches/libelf/0.8.13/100-fix-64-bit-detection.patch b/patches/libelf/0.8.13/100-fix-64-bit-detection.patch new file mode 100644 index 00000000..7995443a --- /dev/null +++ b/patches/libelf/0.8.13/100-fix-64-bit-detection.patch @@ -0,0 +1,24 @@ +diff -dur libelf-0.8.10.orig/configure libelf-0.8.10/configure +--- libelf-0.8.10.orig/configure 2007-09-07 14:08:06.000000000 +0200 ++++ libelf-0.8.10/configure 2008-10-23 22:43:19.000000000 +0200 +@@ -1595,7 +1595,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + if test "$cross_compiling" = yes; then +- ac_cv_sizeof_long_long=0 ++ ac_cv_sizeof_long_long=8 + else + cat > conftest.$ac_ext <