From owner-freebsd-alpha Wed Oct 31 16:49:22 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 2F68C37B40D; Wed, 31 Oct 2001 16:49:18 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id fA10n8100614; Wed, 31 Oct 2001 16:49:08 -0800 (PST) (envelope-from obrien) Date: Wed, 31 Oct 2001 16:49:08 -0800 From: "David O'Brien" To: Andrew Gallatin Cc: Ruslan Ermilov , Bruce Evans , alpha@FreeBSD.ORG, Matthew Jacob Subject: Re: Makefile.inc1 clobbers CFLAGS (was: Re: cvs commit: src Makefile.inc1) Message-ID: <20011031164908.C516@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <200110250728.f9P7Suo32144@freefall.freebsd.org> <20011025103739.B62879@sunbay.com> <15320.6175.46379.397080@grasshopper.cs.duke.edu> <20011025171401.A22980@sunbay.com> <15320.8258.898824.156679@grasshopper.cs.duke.edu> <15320.9098.473721.706566@grasshopper.cs.duke.edu> <20011027202726.A61277@sunbay.com> <15328.29142.176731.25548@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <15328.29142.176731.25548@grasshopper.cs.duke.edu>; from gallatin@cs.duke.edu on Wed, Oct 31, 2001 at 04:49:10PM -0500 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Oct 31, 2001 at 04:49:10PM -0500, Andrew Gallatin wrote: > A new crossbuild problem has been introduced -- awk builds something for the target platform & tries to run it on the hosting platform: Please try this patch: Index: Makefile.inc1 =================================================================== RCS file: /home/ncvs/src/Makefile.inc1,v retrieving revision 1.220 diff -u -r1.220 Makefile.inc1 --- Makefile.inc1 25 Oct 2001 07:28:55 -0000 1.220 +++ Makefile.inc1 1 Nov 2001 00:47:53 -0000 @@ -598,8 +598,8 @@ build-tools: .for _tool in bin/csh bin/sh ${_games} gnu/usr.bin/cc/cc_tools ${_fortran} \ - ${_perl} ${_libroken4} ${_libkrb5} lib/libncurses ${_share} usr.bin/file \ - usr.sbin/sysinstall + ${_perl} ${_libroken4} ${_libkrb5} lib/libncurses ${_share} usr.bin/awk \ + usr.bin/file usr.sbin/sysinstall cd ${.CURDIR}/${_tool}; ${MAKE} build-tools .endfor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message