summaryrefslogtreecommitdiffstats
path: root/package/gdb/7.4.1/05_all_readline-headers.patch
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-01 20:03:08 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-07-10 16:24:40 +0200
commit02d85f65768e8cbc6f6e9215b30ef6b3d3b26bff (patch)
treec93d0cce6a55ac830b11aa1b52e97043b933f30b /package/gdb/7.4.1/05_all_readline-headers.patch
parent9026ac79f8206bbecd2dbd0638c66addf213725a (diff)
downloadbuildroot-02d85f65768e8cbc6f6e9215b30ef6b3d3b26bff.tar.gz
buildroot-02d85f65768e8cbc6f6e9215b30ef6b3d3b26bff.zip
gdb: remove versions 7.4 and 7.5
We already default to 7.6 for all architectures (except AVR32, ARC and Microblaze that have their specific versions), and we have added 7.7 recently. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gdb/7.4.1/05_all_readline-headers.patch')
-rw-r--r--package/gdb/7.4.1/05_all_readline-headers.patch42
1 files changed, 0 insertions, 42 deletions
diff --git a/package/gdb/7.4.1/05_all_readline-headers.patch b/package/gdb/7.4.1/05_all_readline-headers.patch
deleted file mode 100644
index e65adf6e6d..0000000000
--- a/package/gdb/7.4.1/05_all_readline-headers.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- a/readline/complete.c
-+++ b/readline/complete.c
-@@ -25,6 +25,11 @@
- # include <config.h>
- #endif
-
-+#ifdef HAVE_WCHAR_H /* wcwidth() */
-+# define _GNU_SOURCE
-+# include <wchar.h>
-+#endif
-+
- #include <sys/types.h>
- #include <fcntl.h>
- #if defined (HAVE_SYS_FILE_H)
---- a/readline/display.c
-+++ b/readline/display.c
-@@ -25,6 +25,11 @@
- # include <config.h>
- #endif
-
-+#ifdef HAVE_WCHAR_H /* wcwidth() */
-+# define _GNU_SOURCE
-+# include <wchar.h>
-+#endif
-+
- #include <sys/types.h>
-
- #if defined (HAVE_UNISTD_H)
---- a/readline/mbutil.c
-+++ b/readline/mbutil.c
-@@ -25,6 +25,11 @@
- # include <config.h>
- #endif
-
-+#ifdef HAVE_WCHAR_H /* wcwidth() */
-+# define _GNU_SOURCE
-+# include <wchar.h>
-+#endif
-+
- #include <sys/types.h>
- #include <fcntl.h>
- #include "posixjmp.h"
OpenPOWER on IntegriCloud