diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-02-28 21:02:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-02-28 21:02:49 +0000 |
commit | 2b754c248784f40f47b22005efdc13fb1600ce79 (patch) | |
tree | 0a80807ee0c2957eee2750cb46b5b1c7b179b7c8 /toolchain/gdb/patches/200-uclibc-readline-conf.patch | |
parent | dfd746cd47bd2591e8abebe33da7f4c0ab947f1e (diff) | |
download | upstream-2b754c248784f40f47b22005efdc13fb1600ce79.tar.gz upstream-2b754c248784f40f47b22005efdc13fb1600ce79.tar.bz2 upstream-2b754c248784f40f47b22005efdc13fb1600ce79.zip |
upgrade the cross-gdb to 6.8 (patch from #4701)
SVN-Revision: 14697
Diffstat (limited to 'toolchain/gdb/patches/200-uclibc-readline-conf.patch')
-rw-r--r-- | toolchain/gdb/patches/200-uclibc-readline-conf.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/toolchain/gdb/patches/200-uclibc-readline-conf.patch b/toolchain/gdb/patches/200-uclibc-readline-conf.patch deleted file mode 100644 index ffe792dd05..0000000000 --- a/toolchain/gdb/patches/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 |