What defines a cross compiler?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: gcc-help@xxxxxxxxxxx
- Subject: What defines a cross compiler?
- From: Christer Solskogen <christer.solskogen@xxxxxxxxx>
- Date: Sun, 04 Mar 2012 17:23:33 +0100
- Comment: DKIM? See http://www.dkim.org
- Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1331483061; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Received:To:From:Subject:Date:Lines:Message-ID:Mime-Version: Content-Type:Content-Transfer-Encoding:User-Agent:Mailing-List: Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:Sender:Delivered-To; bh=w686fIcOugYXzhUu+XCD6nDHZTo=; b=yccvbgKA1+HnnVQzvw4RfIsIuA5w5iwXdKf7hKSynDqKJRbZzcTID7o84GZAlM p18GUi/cO32umbnDk+LpKkUMww81UdNT3HW167jzy+aSFGQHnD1qEOr4wlpeoGF2 OuRvHW0cF8DYV43kmyyDGWxuRETJk8Kv9zG/7nGc/I6WY=
- User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2
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
[Index of Archives]
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]