Date: Mon, 13 Sep 1999 08:50:17 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc gcc.c Message-ID: <199909131550.IAA27133@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1999/09/13 08:50:17 PDT Modified files: contrib/gcc gcc.c Log: Merge from ../egcs/gcc/gcc.c rev.1.5: Don't exclude directories that the linker is "known" to search (/lib and /usr/lib) when deciding whether to pass certain paths to the linker. Under FreeBSD, the linker is actually known to never search /lib and to only search /usr/lib in the elf case. Not passing the paths causes at best causes confusing differences for cross compiling. This change is conditional on FREEBSD_NATIVE but should be absolute. Revision Changes Path 1.10 +4 -0 src/contrib/gcc/gcc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909131550.IAA27133>