Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Oct 2001 16:49:08 -0800
From:      "David O'Brien" <obrien@FreeBSD.ORG>
To:        Andrew Gallatin <gallatin@cs.duke.edu>
Cc:        Ruslan Ermilov <ru@FreeBSD.ORG>, Bruce Evans <bde@FreeBSD.ORG>, alpha@FreeBSD.ORG, Matthew Jacob <mjacob@FreeBSD.ORG>
Subject:   Re: Makefile.inc1 clobbers CFLAGS (was: Re: cvs commit: src Makefile.inc1)
Message-ID:  <20011031164908.C516@dragon.nuxi.com>
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
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011031164908.C516>