config/tools/libelf.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jan 20 19:05:52 2009 +0000 (2009-01-20)
changeset 1147 86930cd9340a
parent 975 c43713a3bf7e
child 1439 2fbb4aea2a88
permissions -rw-r--r--
Fix building ltrace on PowerPC.

On 20090115.0012+0100, "Andy Johnson" <ajohnson@aecno.com> wrote:
ltrace wouldn't build on PowerPC because in the
sysdeps/linux-gnu directory in the ltrace source tree
the powerpc directory is called ppc. I added some code
in 400-ltrace.sh to create a symlink for it so it will
build now.

Patch slightly modified by me before applying.

/trunk/scripts/build/debug/400-ltrace.sh | 5 5 0 0 +++++
1 file changed, 5 insertions(+)
yann@245
     1
# libelf config file
yann@245
     2
yann@916
     3
config TOOL_libelf
yann@245
     4
    help
yann@245
     5
      libelf lets you read, modify or create ELF files in an
yann@245
     6
      architecture-independent way.
yann@245
     7
yann@245
     8
choice
yann@245
     9
    bool
yann@245
    10
    prompt "libelf version"
yann@245
    11
yann@369
    12
config LIBELF_V_0_8_10
yann@369
    13
    bool
yann@369
    14
    prompt "0.8.10"
yann@369
    15
yann@245
    16
# CT_INSERT_VERSION_ABOVE
yann@245
    17
# Don't remove above line!
yann@245
    18
endchoice
yann@245
    19
yann@245
    20
config LIBELF_VERSION
yann@245
    21
    string
yann@369
    22
    default "0.8.10" if LIBELF_V_0_8_10
yann@245
    23
# CT_INSERT_VERSION_STRING_ABOVE
yann@245
    24
# Don't remove above line!