crosstool-ng/scripts/build/debug
Yann E. MORIN" 3950f8e87d A bunch of fixes/improvements to the gdb build:
- allow native builds (both shared and static)
 - fix enabling threads
 - better handle the gdbserver case
 - introduce the ncurses library to allow native builds
 - re-order config options adequately

 /trunk/scripts/build/debug/300-gdb.sh |  126    79    47     0 ++++++++++++++++++++++++++---------------
 /trunk/config/debug/gdb.in            |   45    33    12     0 +++++++++++----
 2 files changed, 112 insertions(+), 59 deletions(-)
2008-06-19 15:33:33 +00:00
..
000-template.sh For tools/ and debug/ build scripts, annd a numeric prefix, so that they always get built in the same order, in case of library dependencies. 2008-05-02 21:59:14 +00:00
100-dmalloc.sh Get rid of all command (which is a bashism), and replace them with $(command), which is POSIX. 2008-05-20 21:32:39 +00:00
200-duma.sh Fix building D.U.M.A. when C++ is not configured. 2008-06-19 15:30:01 +00:00
300-gdb.sh A bunch of fixes/improvements to the gdb build: 2008-06-19 15:33:33 +00:00
400-ltrace.sh Get rid of all command (which is a bashism), and replace them with $(command), which is POSIX. 2008-05-20 21:32:39 +00:00
500-strace.sh For tools/ and debug/ build scripts, annd a numeric prefix, so that they always get built in the same order, in case of library dependencies. 2008-05-02 21:59:14 +00:00