K 10 svn:author V 3 bde K 8 svn:date V 27 1999-09-13T15:50:16.000000Z K 7 svn:log V 448 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. END