summaryrefslogtreecommitdiff
path: root/meta/packages/gdb/files/sim-install-6.6.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/sim-install-6.6.patch
parentda46e7f70546c14ddd8efc0f64371b637092293d (diff)
downloadopenembedded-core-936a73eae5fd5732c9dc5ae2a47d6196f7f69c0a.tar.gz
openembedded-core-936a73eae5fd5732c9dc5ae2a47d6196f7f69c0a.tar.bz2
openembedded-core-936a73eae5fd5732c9dc5ae2a47d6196f7f69c0a.tar.xz
openembedded-core-936a73eae5fd5732c9dc5ae2a47d6196f7f69c0a.zip
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/sim-install-6.6.patch')
-rw-r--r--meta/packages/gdb/files/sim-install-6.6.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/packages/gdb/files/sim-install-6.6.patch b/meta/packages/gdb/files/sim-install-6.6.patch
deleted file mode 100644
index a39ceab01..000000000
--- a/meta/packages/gdb/files/sim-install-6.6.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- gdb-6.1/sim/common/Makefile.in~ 2004-01-15 21:25:06.000000000 +0000
-+++ gdb-6.1/sim/common/Makefile.in 2004-07-22 17:07:46.237809032 +0100
-@@ -34,7 +34,7 @@
-
- datadir = @datadir@
- mandir = @mandir@
--man1dir = $(mandir)/man1
-+man1dir = $(DESTDIR)$(mandir)/man1
- infodir = @infodir@
- includedir = @includedir@
-
-