# HG changeset patch # User "Yann E. MORIN" # Date 1249248817 -7200 # Node ID 2fbb4aea2a88ae0c09c5886b72fb59b9c3081829 # Parent 023fdab7a81965451f5ec6d70dff2836ab110d73 [tools-libelf] Add latest version. Add libelf 0.8.11, propagate patchset from 0.8.10. diff -r 023fdab7a819 -r 2fbb4aea2a88 config/tools/libelf.in --- a/config/tools/libelf.in Sun Aug 02 23:33:37 2009 +0200 +++ b/config/tools/libelf.in Sun Aug 02 23:33:37 2009 +0200 @@ -13,6 +13,10 @@ bool prompt "0.8.10" +config LIBELF_V_0_8_11 + bool + prompt "0.8.11" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -20,5 +24,6 @@ config LIBELF_VERSION string default "0.8.10" if LIBELF_V_0_8_10 + default "0.8.11" if LIBELF_V_0_8_11 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! diff -r 023fdab7a819 -r 2fbb4aea2a88 patches/libelf/0.8.11/100-fix-64-bit-detection.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/patches/libelf/0.8.11/100-fix-64-bit-detection.patch Sun Aug 02 23:33:37 2009 +0200 @@ -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 <