arch/ia64/functions
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Jun 19 15:33:33 2008 +0000 (2008-06-19)
changeset 583 44b87fb3f0d3
parent 383 f00eb97ff649
permissions -rw-r--r--
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(-)
     1 # Compute IA-64-specific values
     2 
     3 CT_DoArchValues() {
     4     # The architecture part of the tuple:
     5     CT_TARGET_ARCH="${CT_ARCH}"
     6 }