From owner-cvs-all Sat Nov 6 14:46:49 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 DA93C14F02; Sat, 6 Nov 1999 14:46:46 -0800 (PST) (envelope-from jb@FreeBSD.org) Received: (from jb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA79769; Sat, 6 Nov 1999 14:46:46 -0800 (PST) (envelope-from jb@FreeBSD.org) Message-Id: <199911062246.OAA79769@freefall.freebsd.org> From: John Birrell Date: Sat, 6 Nov 1999 14:46:46 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/ld Makefile.i386 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jb 1999/11/06 14:46:46 PST Modified files: gnu/usr.bin/binutils/ld Makefile.i386 Log: Use the simplified genscripts.sh and set the cross-compiled library directory to /usr/cross/${MACHINE_ARCH}-freebsdelf/usr/lib so that the cross tools behave the same way that the host versions do. When building cross tools, Cygnus doesn't set the default library directory. This doesn't suit FreeBSD IMHO. Add WinNT emulation support too. You only get this if you've set BINUTILSDISTDIR because the contrib/binutils repository doesn't contain the required sources. Revision Changes Path 1.6 +23 -3 src/gnu/usr.bin/binutils/ld/Makefile.i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message