diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-06-04 20:49:06 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-06-04 20:49:06 +0000 |
commit | 3b8ff8bcbd52202370f6d0715aeab0e18155ab28 (patch) | |
tree | f03ffb8a8153b3d4f0c8727988dcbaa671eaa4fe /packages/gdb/files | |
parent | f1b4138b991d8d33ae347dbe44d66c2a47d880fd (diff) |
gdb-cross: fix some stuff for version 6.6 6.8
* remove sim-install-6.6.patch, it is the same patch as
sim-install-makefile.patch and does nothing useful on 6.6 and 6.8
* drop early_debug_in_nptl.patch for 6.8 because it is long time applied
upstream
* bump PR for both
Diffstat (limited to 'packages/gdb/files')
-rw-r--r-- | packages/gdb/files/sim-install-6.6.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/gdb/files/sim-install-6.6.patch b/packages/gdb/files/sim-install-6.6.patch deleted file mode 100644 index a39ceab01f..0000000000 --- a/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@ - - |