summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-11-23 10:02:54 +0000
committerRichard Purdie <richard@openedhand.com>2007-11-23 10:02:54 +0000
commitaf489dd9e2983777fa051c7931a8d2770af0461c (patch)
tree2d892e8e29422ca8bbeaadf6663908cc84b9f7b0 /meta
parent4c5f7e3a1ee9d63c2828c033d4ce115ddbe562ba (diff)
downloadpoky-af489dd9e2983777fa051c7931a8d2770af0461c.tar.gz
gdb: Add missing patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3210 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/gdb/files/ignore_whitespace_changes.patch46
1 files changed, 46 insertions, 0 deletions
diff --git a/meta/packages/gdb/files/ignore_whitespace_changes.patch b/meta/packages/gdb/files/ignore_whitespace_changes.patch
new file mode 100644
index 0000000000..80480f2800
--- /dev/null
+++ b/meta/packages/gdb/files/ignore_whitespace_changes.patch
@@ -0,0 +1,46 @@
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'