aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/insight/patches
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2017-05-29 09:41:15 +0200
committerJohn Crispin <john@phrozen.org>2017-05-29 09:57:18 +0200
commit2cf4e3c420ef452e6a687615ab865eae200ed89a (patch)
tree31478f660925feda7cebcdee048a75853e8c6df2 /toolchain/insight/patches
parent82f7fd745715c647685b9a7758d0f66ed6bf345a (diff)
downloadupstream-2cf4e3c420ef452e6a687615ab865eae200ed89a.tar.gz
upstream-2cf4e3c420ef452e6a687615ab865eae200ed89a.tar.bz2
upstream-2cf4e3c420ef452e6a687615ab865eae200ed89a.zip
toolchain/insight: Remove from tree
Insight hasn't been touched since 2009 and I can't find any references at least 6 years back of being used. Ubuntu and Debian removed insight years ago from their repos so I think we can safely remove this too. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'toolchain/insight/patches')
-rw-r--r--toolchain/insight/patches/600-fix-compile-flag-mismatch.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/toolchain/insight/patches/600-fix-compile-flag-mismatch.patch b/toolchain/insight/patches/600-fix-compile-flag-mismatch.patch
deleted file mode 100644
index 13b72bb96d..0000000000
--- a/toolchain/insight/patches/600-fix-compile-flag-mismatch.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- a/gdb/gdbserver/configure
-+++ b/gdb/gdbserver/configure
-@@ -1239,7 +1239,7 @@
- ac_cache_corrupted=: ;;
- ,);;
- *)
-- if test "x$ac_old_val" != "x$ac_new_val"; then
-+ if test "`echo x$ac_old_val`" != "`echo x$ac_new_val`"; then
- { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
- echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
- { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
---- a/gdb/configure
-+++ b/gdb/configure
-@@ -272,7 +272,7 @@
- PACKAGE_BUGREPORT=
-
- ac_unique_file="main.c"
--ac_subdirs_all="$ac_subdirs_all doc testsuite"
-+ac_subdirs_all="$ac_subdirs_all doc"
- # Factoring default headers for most tests.
- ac_includes_default="\
- #include <stdio.h>
-@@ -3077,7 +3077,7 @@
-
-
-
--subdirs="$subdirs doc testsuite"
-+subdirs="$subdirs doc"
-
-
- # Provide defaults for some variables set by the per-host and per-target