summaryrefslogtreecommitdiffstats
path: root/meta/packages/gdb/files/ignore_whitespace_changes.patch
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2010-06-28 08:51:08 -0700
committerSaul Wold <Saul.Wold@intel.com>2010-07-08 22:05:20 -0700
commit936a73eae5fd5732c9dc5ae2a47d6196f7f69c0a (patch)
treec758f2ec55ab78fb71d962d85d82335b47f46c04 /meta/packages/gdb/files/ignore_whitespace_changes.patch
parentda46e7f70546c14ddd8efc0f64371b637092293d (diff)
downloadpoky-936a73eae5fd5732c9dc5ae2a47d6196f7f69c0a.tar.gz
gdb family: upgrade from 6.8 to 7.1
upgraded gdb, gdb-cross & gdb-cross-canadian recipes. ignore_whitespace_changes.patch : this patch is not needed anymore because the newer version fixed the issue differently. rebased other patches to the newer version of the source code. Added the --with-libelf line in the gdb-common.inc to fix a configure faulre. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/packages/gdb/files/ignore_whitespace_changes.patch')
-rw-r--r--meta/packages/gdb/files/ignore_whitespace_changes.patch46
1 files changed, 0 insertions, 46 deletions
diff --git a/meta/packages/gdb/files/ignore_whitespace_changes.patch b/meta/packages/gdb/files/ignore_whitespace_changes.patch
deleted file mode 100644
index 80480f2800..0000000000
--- a/meta/packages/gdb/files/ignore_whitespace_changes.patch
+++ /dev/null
@@ -1,46 +0,0 @@
1gdb configure checks CFLAGS haven't changed. Sadly if CFLAGS have a double
2space in, this gets lost somewhere and convinces gdb the flags have changed.
3Wipe out the test for now...
4
5RP - 23/11/2007
6---
7 gdb/gdbserver/configure | 7 -------
8 gdb/testsuite/configure | 7 -------
9 2 files changed, 14 deletions(-)
10
11Index: gdb-6.6/gdb/testsuite/configure
12===================================================================
13--- gdb-6.6.orig/gdb/testsuite/configure 2007-11-23 10:25:08.000000000 +0000
14+++ gdb-6.6/gdb/testsuite/configure 2007-11-23 10:27:36.000000000 +0000
15@@ -1271,13 +1271,6 @@ echo "$as_me: current value: $ac_new_v
16 esac
17 fi
18 done
19-if $ac_cache_corrupted; then
20- { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
21-echo "$as_me: error: changes in the environment can compromise the build" >&2;}
22- { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
23-echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
24- { (exit 1); exit 1; }; }
25-fi
26
27 ac_ext=c
28 ac_cpp='$CPP $CPPFLAGS'
29Index: gdb-6.6/gdb/gdbserver/configure
30===================================================================
31--- gdb-6.6.orig/gdb/gdbserver/configure 2007-11-23 10:29:06.000000000 +0000
32+++ gdb-6.6/gdb/gdbserver/configure 2007-11-23 10:29:20.000000000 +0000
33@@ -1262,13 +1262,6 @@ echo "$as_me: current value: $ac_new_v
34 esac
35 fi
36 done
37-if $ac_cache_corrupted; then
38- { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
39-echo "$as_me: error: changes in the environment can compromise the build" >&2;}
40- { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
41-echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
42- { (exit 1); exit 1; }; }
43-fi
44
45 ac_ext=c
46 ac_cpp='$CPP $CPPFLAGS'