This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
What defines a cross compiler?
- From: Christer Solskogen <christer dot solskogen at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Sun, 04 Mar 2012 17:23:33 +0100
- Subject: What defines a cross compiler?
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?
--
chs