Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/tools/gdb



On Sat, Jul 22, 2006 at 06:08:12AM +1000, matthew green wrote:
  |    
  |    Modified Files:
  |     src/tools/gdb: Makefile
  |    
  |    Log Message:
  |    Configure using --with-separate-debug-dir=/usr/libdata/debug.
  |    (The various MACHINE-specific configurations will need to be 
regenerated.)
  | 
  | 
  | please add this to CONFIGURE_ARGS so that crossgdb also works.

This won't help much; even if we set the debug dir to
$DESTDIR/usr/libdata/debug for crossgdb it won't help due to the
way that pathname lookups for the detached debug works; crossgdb
$DESTDIR/foo will look for $DESTDIR/usr/libdata/debug/$DESTDIR/foo.debug
not $DESTDIR/usr/libdata/debug/foo.debug, and the .debug files are
installed under the latter not the former.

Attachment: pgpNILKpvWg72.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index