diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-03-26 06:46:02 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-03-26 06:46:02 +0000 |
commit | 7e66561771fe609c084a13550e559d8f91fcdc78 (patch) | |
tree | 685bcb2998d29b86dce4aea94c7d8498b74e3540 /toolchain/gdb/6.2/200-uclibc-readline-conf.patch | |
parent | 74ef9c30b76d420ec3e72e589d3129e530e47e21 (diff) |
update gdb a bit. remove support for ancient versions.
Diffstat (limited to 'toolchain/gdb/6.2/200-uclibc-readline-conf.patch')
-rw-r--r-- | toolchain/gdb/6.2/200-uclibc-readline-conf.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/toolchain/gdb/6.2/200-uclibc-readline-conf.patch b/toolchain/gdb/6.2/200-uclibc-readline-conf.patch deleted file mode 100644 index ffe792dd0..000000000 --- a/toolchain/gdb/6.2/200-uclibc-readline-conf.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- gdb-6.1.1-dist/readline/configure 2003-05-27 18:29:47.000000000 -0500 -+++ gdb-6.1.1/readline/configure 2004-08-09 14:20:23.000000000 -0500 -@@ -6249,7 +6249,12 @@ - - - echo "$as_me:$LINENO: checking for mbstate_t" >&5 -+echo $ECHO_N "bash_cv_have_mbstate_t=$bash_cv_have_mbstate_t" >&6 - echo $ECHO_N "checking for mbstate_t... $ECHO_C" >&6 -+if test "${bash_cv_have_mbstate_t+set}" != set; then -+ bash_cv_have_mbstate_t=yes -+ echo $ECHO_N "WARNING!! forcing to yes!!! $ECHO_C" >&6 -+fi - if test "${bash_cv_have_mbstate_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else |