This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Fwd: cross compiling gcc for i686 target
- From: vijay nag <vijunag at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Fri, 1 Mar 2013 23:09:47 +0530
- Subject: Fwd: cross compiling gcc for i686 target
- References: <CAKhyrx_farUmLu5FVac5_1bepqhAdb_HHy2ngRucs2+V3xfd1g@mail.gmail.com>
Hi,
Is it possible to do a cross compile of gcc-4.7.2 on AMD x86_64 to
produce i686 target ?
My build, host and target parameters are amd64-pc-linux-gnu,
amd64-pc-linux-gnu and i686-pc-linux-gnu. My native compiler again is
a 64 bit compiler emitting default 64 bit object code.