This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Why is building a cross compiler "out-of-the-box" always broken?
- From: Rask Ingemann Lambertsen <rask at sygehus dot dk>
- To: Segher Boessenkool <segher at kernel dot crashing dot org>
- Cc: "Stephen M. Kenton" <skenton at ou dot edu>, gcc at gcc dot gnu dot org
- Date: Sat, 18 Aug 2007 22:11:55 +0200
- Subject: Re: Why is building a cross compiler "out-of-the-box" always broken?
- References: <46C603EC.4070004@ou.edu> <1d2196e08f6a3da5183e4aa9d9fa06bd@kernel.crashing.org>
On Sat, Aug 18, 2007 at 08:18:08PM +0200, Segher Boessenkool wrote:
> p.s. Any advice on how to get more targets working would be
> more than welcome :-)
With patch three from bug 32154
<URL:http://gcc.gnu.org/bugzilla/attachment.cgi?id=13669>, the newlib
targets build out of the box in a combined tree:
.../configure --target=xxx --with-newlib --enable-sim --disable-gdb
--disable-nls --enable-checking=yes,rtl
make
See also <URL:http://gcc.gnu.org/ml/gcc-help/2007-06/msg00230.html>.
Thanks for reminding me to ping that patch.
--
Rask Ingemann Lambertsen