This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Can't build an i486 cross-compiler
- To: mike at ThunderScientific dot com
- Subject: Re: Can't build an i486 cross-compiler
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Sun, 12 Mar 2000 11:54:39 +0100
- CC: bug-gcc at gnu dot org
- References: <001001bf8ad6$cb35d340$ad3442cf@engineering0>
> I'm trying to build a cross compiler to produce i486 elf code on my
> i686-pc-linux-gnu machine.
You don't have to use a cross compiler for that. A native compiler
will do just fine.
Martin