diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-04-28 18:42:08 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-04-28 18:42:08 +0000 |
commit | 8759a416c41f8eec02fdb5594275961534ae0c8e (patch) | |
tree | e83e1d55a2c41c5113b59ee319ae3a5d4879f9da /toolchain/gdb/6.3/200-uclibc-readline-conf.patch | |
parent | f46b9cda0d908cb5958a86bc87cb5d951e41e2cd (diff) | |
download | buildroot-novena-8759a416c41f8eec02fdb5594275961534ae0c8e.tar.gz buildroot-novena-8759a416c41f8eec02fdb5594275961534ae0c8e.zip |
toolchain/gdb: remove ancient deprecated versions
They shouldn't be used anymore, needs havily patching (6.3 has more than
200k patches) and no one tests them with current toolchains.
Diffstat (limited to 'toolchain/gdb/6.3/200-uclibc-readline-conf.patch')
-rw-r--r-- | toolchain/gdb/6.3/200-uclibc-readline-conf.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/toolchain/gdb/6.3/200-uclibc-readline-conf.patch b/toolchain/gdb/6.3/200-uclibc-readline-conf.patch deleted file mode 100644 index ffe792dd0..000000000 --- a/toolchain/gdb/6.3/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 |