[doc] Avoid conflicts between gdb and cross-gdb.

Mike Frysinger vapier@gentoo.org
Sat Aug 2 12:58:00 GMT 2014


On Fri 01 Aug 2014 08:07:22 Joel Brobecker wrote:
> On Tue, Jul 01, 2014 at 05:18:25PM +0900, Masaki Muranaka wrote:
> > After applied hash 43662968, gdb.1 and other man pages are not added
> > target triplet even if we configure with --target=.
> > 
> > It causes conflicts on some distributions.
> > And uninstall rules requires $(transform) variable.
> > 
> > I think this should be fixed by adding the target triplet.
> > 
> > >From e89f13505363c41b683a1b02125f1fea02aa486c Mon Sep 17 00:00:00 2001
> > 
> > From: Masaki Muranaka <monaka@monami-software.com>
> > Date: Tue, 1 Jul 2014 17:08:15 +0900
> > Subject: [PATCH] Add target triplet to man files.
> > 
> > ---
> > 
> >  gdb/doc/ChangeLog   | 4 ++++
> >  gdb/doc/Makefile.in | 6 ++++--
> >  2 files changed, 8 insertions(+), 2 deletions(-)
> > 
> > diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
> > index 7c1d1bb..10b1114 100644
> > --- a/gdb/doc/ChangeLog
> > +++ b/gdb/doc/ChangeLog
> > @@ -1,3 +1,7 @@
> > +2014-07-01  Masaki Muranaka  <monaka@monami-software.com>
> > +
> > + * Makefile.in : Add target triplet to man files.
> 
> The patch makes sense to me.  Unfortunately, when I tried to test
> the patch, it did not apply.  Attached is what I ended up pushing
> (I kept you as the author off the git commit).

along these lines, should we also transform the default gdb datadir (for 
python and xml files) ?  and info pages ?  looking at my cross-debugger 
installs, those are the other big missing pieces.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part.
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20140802/1419d369/attachment.sig>


More information about the Gdb-patches mailing list