diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-07-01 20:03:08 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-07-10 16:24:40 +0200 |
commit | 02d85f65768e8cbc6f6e9215b30ef6b3d3b26bff (patch) | |
tree | c93d0cce6a55ac830b11aa1b52e97043b933f30b /package/gdb/7.4.1/05_all_readline-headers.patch | |
parent | 9026ac79f8206bbecd2dbd0638c66addf213725a (diff) | |
download | buildroot-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.patch | 42 |
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" |