Date: Mon, 13 Sep 1999 08:41:43 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/egcs/gcc gcc.c Message-ID: <199909131541.IAA26372@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1999/09/13 08:41:43 PDT
Modified files:
contrib/egcs/gcc gcc.c
Log:
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.4 +4 -0 src/contrib/egcs/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?199909131541.IAA26372>
