patches/gdb/6.5/110-uclibc-readline-conf.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Mar 03 17:41:59 2009 +0000 (2009-03-03)
changeset 1219 2b875ed306c2
parent 96 aa1a9fbd6eb8
permissions -rw-r--r--
Allow user to add a directory component in the sys-root path.
Rename CT_DEBUG_INSTALL_DIR to CT_DEBUGROOT_DIR (to match CT_SYSROOT_DIR).
As a side effect, fix creating lib64->lib symlinks.

/trunk/scripts/build/debug/100-dmalloc.sh | 2 1 1 0 +-
/trunk/scripts/build/debug/400-ltrace.sh | 2 1 1 0 +-
/trunk/scripts/build/debug/300-gdb.sh | 6 3 3 0 +++---
/trunk/scripts/build/debug/500-strace.sh | 2 1 1 0 +-
/trunk/scripts/build/debug/200-duma.sh | 6 3 3 0 +++---
/trunk/scripts/crosstool-NG.sh.in | 16 7 9 0 +++++++---------
/trunk/scripts/functions | 2 1 1 0 +-
/trunk/config/toolchain.in | 17 17 0 0 +++++++++++++++++
8 files changed, 34 insertions(+), 19 deletions(-)
     1 --- gdb-6.1.1-dist/readline/configure	2003-05-27 18:29:47.000000000 -0500
     2 +++ gdb-6.1.1/readline/configure	2004-08-09 14:20:23.000000000 -0500
     3 @@ -6249,7 +6249,12 @@
     4  
     5  
     6  echo "$as_me:$LINENO: checking for mbstate_t" >&5
     7 +echo $ECHO_N "bash_cv_have_mbstate_t=$bash_cv_have_mbstate_t" >&6
     8  echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6
     9 +if test "${bash_cv_have_mbstate_t+set}" != set; then
    10 +  bash_cv_have_mbstate_t=yes
    11 +  echo $ECHO_N "WARNING!! forcing to yes!!! $ECHO_C" >&6
    12 +fi
    13  if test "${bash_cv_have_mbstate_t+set}" = set; then
    14    echo $ECHO_N "(cached) $ECHO_C" >&6
    15  else