peter 1999/01/07 06:03:28 PST
Modified files:
contrib/binutils/ld/emultempl elf32.em
Log:
ld was kinly looking up the Linux /etc/ld.so.conf (which we don't have).
Teach it about the FreeBSD equivalent, because there are some funny things
going on with -rpath that I can't quite get a handle on. It looks like
setting an rpath on a new shared object overrides all the implicit
DT_RPATH's from the dependencies, causing them to fail at link time
(but not runtime).
Revision Changes Path
1.2 +271 -48 src/contrib/binutils/ld/emultempl/elf32.em
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message