[tools-libelf] Add latest version.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Aug 02 23:33:37 2009 +0200 (2009-08-02)
changeset 14392fbb4aea2a88
parent 1438 023fdab7a819
child 1440 acee1a44d10d
[tools-libelf] Add latest version.

Add libelf 0.8.11, propagate patchset from 0.8.10.
config/tools/libelf.in
patches/libelf/0.8.11/100-fix-64-bit-detection.patch
     1.1 --- a/config/tools/libelf.in	Sun Aug 02 23:33:37 2009 +0200
     1.2 +++ b/config/tools/libelf.in	Sun Aug 02 23:33:37 2009 +0200
     1.3 @@ -13,6 +13,10 @@
     1.4      bool
     1.5      prompt "0.8.10"
     1.6  
     1.7 +config LIBELF_V_0_8_11
     1.8 +    bool
     1.9 +    prompt "0.8.11"
    1.10 +
    1.11  # CT_INSERT_VERSION_ABOVE
    1.12  # Don't remove above line!
    1.13  endchoice
    1.14 @@ -20,5 +24,6 @@
    1.15  config LIBELF_VERSION
    1.16      string
    1.17      default "0.8.10" if LIBELF_V_0_8_10
    1.18 +    default "0.8.11" if LIBELF_V_0_8_11
    1.19  # CT_INSERT_VERSION_STRING_ABOVE
    1.20  # Don't remove above line!
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/patches/libelf/0.8.11/100-fix-64-bit-detection.patch	Sun Aug 02 23:33:37 2009 +0200
     2.3 @@ -0,0 +1,24 @@
     2.4 +diff -dur libelf-0.8.10.orig/configure libelf-0.8.10/configure
     2.5 +--- libelf-0.8.10.orig/configure	2007-09-07 14:08:06.000000000 +0200
     2.6 ++++ libelf-0.8.10/configure	2008-10-23 22:43:19.000000000 +0200
     2.7 +@@ -1595,7 +1595,7 @@
     2.8 +   echo $ac_n "(cached) $ac_c" 1>&6
     2.9 + else
    2.10 +   if test "$cross_compiling" = yes; then
    2.11 +-  ac_cv_sizeof_long_long=0
    2.12 ++  ac_cv_sizeof_long_long=8
    2.13 + else
    2.14 +   cat > conftest.$ac_ext <<EOF
    2.15 + #line 1602 "configure"
    2.16 +diff -dur libelf-0.8.10.orig/configure.in libelf-0.8.10/configure.in
    2.17 +--- libelf-0.8.10.orig/configure.in	2007-09-07 14:07:59.000000000 +0200
    2.18 ++++ libelf-0.8.10/configure.in	2008-10-23 22:43:10.000000000 +0200
    2.19 +@@ -90,7 +90,7 @@
    2.20 + AC_CHECK_SIZEOF(short,2)
    2.21 + AC_CHECK_SIZEOF(int,4)
    2.22 + AC_CHECK_SIZEOF(long,4)
    2.23 +-AC_CHECK_SIZEOF(long long,0)
    2.24 ++AC_CHECK_SIZEOF(long long,8)
    2.25 + # Windows port
    2.26 + AC_CHECK_SIZEOF(__int64, 0)
    2.27 +