diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-06-28 08:51:08 -0700 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-07-08 22:05:20 -0700 |
commit | 936a73eae5fd5732c9dc5ae2a47d6196f7f69c0a (patch) | |
tree | c758f2ec55ab78fb71d962d85d82335b47f46c04 /meta/packages/gdb/files/gdbserver-cflags-last.diff | |
parent | da46e7f70546c14ddd8efc0f64371b637092293d (diff) | |
download | poky-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/gdbserver-cflags-last.diff')
-rw-r--r-- | meta/packages/gdb/files/gdbserver-cflags-last.diff | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/packages/gdb/files/gdbserver-cflags-last.diff b/meta/packages/gdb/files/gdbserver-cflags-last.diff deleted file mode 100644 index 42bd740a7c..0000000000 --- a/meta/packages/gdb/files/gdbserver-cflags-last.diff +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | --- gdb/gdbserver/Makefile.in.orig 2004-10-05 18:52:56.298419032 +0200 | ||
2 | +++ gdb/gdbserver/Makefile.in 2004-10-05 18:53:10.442268840 +0200 | ||
3 | @@ -97,8 +97,8 @@ | ||
4 | CFLAGS = @CFLAGS@ | ||
5 | |||
6 | # INTERNAL_CFLAGS is the aggregate of all other *CFLAGS macros. | ||
7 | -INTERNAL_CFLAGS = $(WARN_CFLAGS) ${CFLAGS} ${GLOBAL_CFLAGS} \ | ||
8 | - ${PROFILE_CFLAGS} ${INCLUDE_CFLAGS} ${BFD_CFLAGS} | ||
9 | +INTERNAL_CFLAGS = $(WARN_CFLAGS) ${GLOBAL_CFLAGS} \ | ||
10 | + ${PROFILE_CFLAGS} ${INCLUDE_CFLAGS} ${BFD_CFLAGS} ${CFLAGS} | ||
11 | |||
12 | # LDFLAGS is specifically reserved for setting from the command line | ||
13 | # when running make. | ||