Subject: Re: bin/28592: addr2line doesnt build
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: Juergen Hannken-Illjes <hannken@eis.cs.tu-bs.de>
List: netbsd-bugs
Date: 12/09/2004 19:38:54
The problem is gnu/usr.bin/binutils/common/arch/${ARCH}/defs.mk
Before version 2.15 we had for example:
G_DEFS=-DHAVE_CONFIG_H -I. -I${GNUHOSTDIST}/binutils -I.
Now we have
G_DEFS=-DHAVE_CONFIG_H -I. -I/usr/src/tools/binutils/../../gnu/dist/binutils/binutils -I.
These occurences of "/usr/src/tools" must be replaced by "${GNUHOSTDIST}".
--
Juergen Hannken-Illjes - hannken@eis.cs.tu-bs.de - TU Braunschweig (Germany)