This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: What defines a cross compiler?
- From: Ian Lance Taylor <iant at google dot com>
- To: Christer Solskogen <christer dot solskogen at gmail dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Sun, 04 Mar 2012 20:57:58 -0800
- Subject: Re: What defines a cross compiler?
- Authentication-results: mr.google.com; spf=pass (google.com: domain of iant@google.com designates 10.68.238.227 as permitted sender) smtp.mail=iant@google.com; dkim=pass header.i=iant@google.com
- References: <jj04u5$e85$1@dough.gmane.org>
Christer Solskogen <christer.solskogen@gmail.com> writes:
> To create a cross compiler (or in this case a "cross" compiler) you
> only need the configure options to include build!=target, right? But
> what if build=x86_64-unknown-linux-gnu and
> target=x86_64-myultracoollinuxdistri-linux-gnu? Will that be
> considered a cross compiler?
Yes.
Ian