summaryrefslogtreecommitdiffstats
path: root/buildroot
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-01-05 21:15:34 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-01-05 21:15:34 +0000
commit1dd3222685da787498d192a410234e6ffa812eed (patch)
treea41b2a8b651a7c043eb85beddd726f02692be918 /buildroot
parentecb9f6ca4919f1371455ab4bb79a3345cfb61b61 (diff)
Bad import
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@1462 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'buildroot')
-rw-r--r--buildroot/toolchain/gdb/6.8/600-fix-compile-flag-mismatch.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/buildroot/toolchain/gdb/6.8/600-fix-compile-flag-mismatch.patch b/buildroot/toolchain/gdb/6.8/600-fix-compile-flag-mismatch.patch
deleted file mode 100644
index 13b72bb96d..0000000000
--- a/buildroot/toolchain/gdb/6.8/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