This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Add --with-cross configure option to force -DCROSS_COMPILEbehavior
- From: DJ Delorie <dj at redhat dot com>
- To: dkegel at ixiacom dot com
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Mon, 2 Jun 2003 21:03:59 -0400
- Subject: Re: [PATCH] Add --with-cross configure option to force -DCROSS_COMPILEbehavior
- References: <3EDBD8E4.6030102@ixiacom.com>
Isn't this what the sysroot patches were for?
Note that you can also tweak the --host parameter in subtle ways, like
"--host=i386-pc-linux --target=i686-pc-linux"