]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Merge from ../egcs/gcc/gcc.c rev.1.5:
authorBruce Evans <bde@FreeBSD.org>
Mon, 13 Sep 1999 15:50:16 +0000 (15:50 +0000)
committerBruce Evans <bde@FreeBSD.org>
Mon, 13 Sep 1999 15:50:16 +0000 (15:50 +0000)
commite6413fc21c100016ebb443d9ec08c71d983a2fbf
tree4ce88cf0a5047cbbb13c7721796731e254c69a66
parent321704296f6ba1a5885ff7064b14fbeecf20c340
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.
contrib/gcc/gcc.c