config/tools/libelf.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Oct 29 13:35:44 2008 +0000 (2008-10-29)
changeset 1013 2eeb20ae68e9
parent 975 c43713a3bf7e
child 1439 2fbb4aea2a88
permissions -rw-r--r--
Update this w86_64 sample.

/trunk/samples/x86_64-unknown-linux-uclibc/crosstool.config | 155 84 71 0 ++++++++++---------
/trunk/samples/x86_64-unknown-linux-uclibc/reported.by | 3 3 0 0 +
2 files changed, 87 insertions(+), 71 deletions(-)
     1 # libelf config file
     2 
     3 config TOOL_libelf
     4     help
     5       libelf lets you read, modify or create ELF files in an
     6       architecture-independent way.
     7 
     8 choice
     9     bool
    10     prompt "libelf version"
    11 
    12 config LIBELF_V_0_8_10
    13     bool
    14     prompt "0.8.10"
    15 
    16 # CT_INSERT_VERSION_ABOVE
    17 # Don't remove above line!
    18 endchoice
    19 
    20 config LIBELF_VERSION
    21     string
    22     default "0.8.10" if LIBELF_V_0_8_10
    23 # CT_INSERT_VERSION_STRING_ABOVE
    24 # Don't remove above line!