complibs/libelf: remove old versions
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Apr 15 22:35:15 2010 +0200 (2010-04-15)
changeset 191957b3224f442a
parent 1918 fb0e7cfd0394
child 1920 6df2d4f78948
complibs/libelf: remove old versions

Those old versions are not suitable for use by gcc.
config/companion_libs/libelf.in
     1.1 --- a/config/companion_libs/libelf.in	Thu Apr 15 22:42:06 2010 +0200
     1.2 +++ b/config/companion_libs/libelf.in	Thu Apr 15 22:35:15 2010 +0200
     1.3 @@ -14,15 +14,6 @@
     1.4      bool
     1.5      prompt "0.8.12"
     1.6  
     1.7 -config LIBELF_V_0_8_11
     1.8 -    bool
     1.9 -    prompt "0.8.11"
    1.10 -
    1.11 -config LIBELF_V_0_8_10
    1.12 -    bool
    1.13 -    prompt "0.8.10 (OBSOLETE)"
    1.14 -    depends on OBSOLETE
    1.15 -
    1.16  endchoice
    1.17  
    1.18  config LIBELF_VERSION
    1.19 @@ -31,5 +22,3 @@
    1.20  # CT_INSERT_VERSION_STRING_BELOW
    1.21      default "0.8.13" if LIBELF_V_0_8_13
    1.22      default "0.8.12" if LIBELF_V_0_8_12
    1.23 -    default "0.8.11" if LIBELF_V_0_8_11
    1.24 -    default "0.8.10" if LIBELF_V_0_8_10