From owner-cvs-all Sat Nov 6 18:47:28 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 AD2D614D9A; Sat, 6 Nov 1999 18:47:26 -0800 (PST) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA95774; Sat, 6 Nov 1999 18:47:26 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <199911070247.SAA95774@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 6 Nov 1999 18:47:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/egcs/gcc gcc.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/11/06 18:47:26 PST Modified files: contrib/egcs/gcc gcc.c Log: - If just_machine_suffix is specified, but not machine_suffix, the length needs to be adjusted accordingly. - Cygnus doesn't look at LIBRARY_PATH if building a cross-compiler. We need to do this in order for our cross-tools to behave the same way as our host tools. - If cross-compiling, the default exec path will be /usr/libexec/cross/ with just_machine_suffix appended. - Depending on the operating system targeted, there are different prefixes required. These need to be defined in the config or make files. Submitted by: jb Revision Changes Path 1.5 +16 -2 src/contrib/egcs/gcc/gcc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message