Subject: Re: CVS commit: src/tools/gdb
To: matthew green <mrg@eterna.com.au>
From: Luke Mewburn <lukem@NetBSD.org>
List: source-changes
Date: 07/23/2006 13:49:46
--W/nzBZO5zC0uMSeA
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sat, Jul 22, 2006 at 06:08:12AM +1000, matthew green wrote:
  |   =20
  |    Modified Files:
  |    	src/tools/gdb: Makefile
  |   =20
  |    Log Message:
  |    Configure using --with-separate-debug-dir=3D/usr/libdata/debug.
  |    (The various MACHINE-specific configurations will need to be regener=
ated.)
  |=20
  |=20
  | 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.

--W/nzBZO5zC0uMSeA
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (NetBSD)

iD8DBQFEwvHapBhtmn8zJHIRAkEZAKDAvCnf/124b/x+5SdDVnh80Z+mEgCfbPmJ
VlWKzQdCbK2scnCUNo2O+GA=
=FuvH
-----END PGP SIGNATURE-----

--W/nzBZO5zC0uMSeA--