Date: Tue, 16 Nov 1999 08:41:08 +0100 From: Marcel Moolenaar <marcel@scc.nl> To: Warner Losh <imp@village.org> Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 src/usr.bin/make Makefile Message-ID: <38310A94.B1939A83@scc.nl> References: <199911151707.JAA03820@freefall.freebsd.org> <199911160533.WAA02391@harmony.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Warner Losh wrote: > > In message <199911151707.JAA03820@freefall.freebsd.org> Marcel Moolenaar writes: > : Remove CROSS_MAKE_FLAGS. > > Why? And why didn't you check with the author of CROSS_MAKE_FLAGS > first (me)? This is needed, imho, to build things properly. If make is compiled against the right set of headers, you are never going to need this. The Makefiles are full of those `cross-compilation' hacks that are basicly only needed because cross-building is broken by design. The only way to fix cross-building is to get to the bones of things and CROSS_MAKE_FLAGS is currently in the way. -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ The FreeBSD project mailto:marcel@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38310A94.B1939A83>