summaryrefslogtreecommitdiff
path: root/package/gdb/patches/7.8.2/patch-gdb_gdbserver_configure
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-12 22:40:46 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-09-12 22:40:59 +0200
commitd0ac419702c94bf2d2eda50b008613bac8149745 (patch)
treec5c4631cd19aca23abf9b76abf1ecf4d50ee6f93 /package/gdb/patches/7.8.2/patch-gdb_gdbserver_configure
parent9dcf0c59a384703891da3a65ce3df4742b5e7b4f (diff)
gdb: decouple toolchain and package, add special package for microblaze, looks cleaner to me
Diffstat (limited to 'package/gdb/patches/7.8.2/patch-gdb_gdbserver_configure')
-rw-r--r--package/gdb/patches/7.8.2/patch-gdb_gdbserver_configure20
1 files changed, 0 insertions, 20 deletions
diff --git a/package/gdb/patches/7.8.2/patch-gdb_gdbserver_configure b/package/gdb/patches/7.8.2/patch-gdb_gdbserver_configure
deleted file mode 100644
index fb32187b2..000000000
--- a/package/gdb/patches/7.8.2/patch-gdb_gdbserver_configure
+++ /dev/null
@@ -1,20 +0,0 @@
---- gdb-7.6.orig/gdb/gdbserver/configure 2013-03-11 09:35:09.000000000 +0100
-+++ gdb-7.6/gdb/gdbserver/configure 2013-12-23 19:39:06.000000000 +0100
-@@ -4927,9 +4927,6 @@ if test "${GCC}" = yes -a -z "${ERROR_ON
- fi
-
- WERROR_CFLAGS=""
--if test "${ERROR_ON_WARNING}" = yes ; then
-- WERROR_CFLAGS="-Werror"
--fi
-
- build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
- -Wformat-nonliteral -Wno-char-subscripts -Wempty-body"
-@@ -4943,7 +4940,6 @@ $as_echo_n "checking compiler warning fl
- # compiled with it enabled.
- for w in ${build_warnings}; do
- case $w in
-- -Werr*) WERROR_CFLAGS=-Werror ;;
- *) # Check that GCC accepts it
- saved_CFLAGS="$CFLAGS"
- CFLAGS="$CFLAGS $w"