Date: Fri, 11 Apr 1997 10:09:03 -0700 (PDT) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/ld ld.c Message-ID: <199704111709.KAA03380@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 97/04/11 10:09:02 Modified: gnu/usr.bin/ld ld.c Log: Don't print nonexistent library names for `ld -f [-Lfoo] -lbar'. A dependency on `bar' is very unlikely to be correct. This is a quick fix for broken dependencies in gdb and many other places. The dependencies on internal libraries are now missing instead of wrong when `make depend' is run before the libraries are created. Revision Changes Path 1.43 +10 -2 src/gnu/usr.bin/ld/ld.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704111709.KAA03380>