config/debug/gdb.in.native
author Titus von Boxberg <titus@v9g.de>
Mon Aug 22 09:40:31 2011 +0200 (2011-08-22)
branch1.12
changeset 2637 97cc0c987a1a
parent 2098 9a8f0e3fe605
child 2717 13df2720b374
permissions -rw-r--r--
configure: require libtoolize, create wrapper to it

libtoolize must be checked_for and there needs to be a wrapper
that points to GNU libtoolize since that may be installed
as glibtoolize.
This fixes a problem with building Cloog/PPL that was

Reported-by: "Pierrick Brossin" <pierrick@bs-network.net>
Signed-off-by: "Titus von Boxberg" <titus@v9g.de>
(transplanted from c7c9e98d36d8a6a49fcd5f3836d5797bb965eba7)
yann@1849
     1
# Menu for the native GDB
yann@821
     2
yann@583
     3
config GDB_NATIVE
yann@583
     4
    bool
yann@583
     5
    prompt "Native gdb"
yann@850
     6
    depends on ! BARE_METAL
yann@1844
     7
    depends on ! BACKEND
yann@583
     8
    help
yann@583
     9
      Build and install a native gdb for the target, to run on the target.
yann@583
    10
yann@1849
    11
if GDB_NATIVE
yann@1849
    12
yann@1850
    13
config GDB_NATIVE_NO_STATIC
yann@1850
    14
    bool
yann@1850
    15
yann@1850
    16
config GDB_NATIVE_STATIC
yann@1850
    17
    bool
yann@1850
    18
    prompt "Build a static native gdb"
yann@1850
    19
    depends on ! GDB_NATIVE_NO_STATIC
yann@1850
    20
    help
yann@1850
    21
      In case you have trouble with dynamic loading of shared libraries,
yann@1850
    22
      you will find that a static gdb comes in handy.
yann@1850
    23
yann@1849
    24
endif # GDB_NATIVE