From owner-cvs-all Mon Sep 13 8:50:19 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8FEF8155A4; Mon, 13 Sep 1999 08:50:17 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA27133; Mon, 13 Sep 1999 08:50:17 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199909131550.IAA27133@freefall.freebsd.org> From: Bruce Evans Date: Mon, 13 Sep 1999 08:50:17 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc gcc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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