From patchwork Mon May 19 21:42:59 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Zimmermann X-Patchwork-Id: 350420 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 5794214007F for ; Tue, 20 May 2014 07:43:25 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version :content-transfer-encoding:subject:message-id:date:from:to:cc; q=dns; s=default; b=b0d8RF6KRhMaRMdzde8nH2jXlXSO2H6yRW9DTQEx2B/ tTnYJmihhext8O98hEE45nHOAlu6+M6sFXufqSNFXZUf11/CZUzcwzIwC9JftU8G mY9euMfjqnAyaOafhup4Zi4cfcWnK13DOiLLszRYKQDj5vwEKNHGaUCcFzQVnP1Y = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:content-type:mime-version :content-transfer-encoding:subject:message-id:date:from:to:cc; s=default; bh=anIBTSSUg8ELotSjme4B6rHPjT4=; b=Ck9bo8BQCjN3IxO7v doaBa2ECIOPM9ogfEmsfVdonz8JJDUdS1HDT5HG/PIrKzwgmSRJukOkLYNZY5Ke+ AOE4EPgs7VzHoFB8n+4imJ3MfppoARVdoNsyFGivIsh/wMOwVmMzFWM5KCFJoJOo w+gcowHyZvQbE6eyPPAjMqYnDE= Received: (qmail 4692 invoked by alias); 19 May 2014 21:43:16 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Delivered-To: mailing list crossgcc@sourceware.org Received: (qmail 4504 invoked by uid 89); 19 May 2014 21:43:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ee0-f52.google.com Received: from mail-ee0-f52.google.com (HELO mail-ee0-f52.google.com) (74.125.83.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 19 May 2014 21:43:11 +0000 Received: by mail-ee0-f52.google.com with SMTP id e53so4020226eek.39 for ; Mon, 19 May 2014 14:43:08 -0700 (PDT) X-Received: by 10.14.29.5 with SMTP id h5mr7558137eea.91.1400535788690; Mon, 19 May 2014 14:43:08 -0700 (PDT) Received: from [127.0.1.1] (dslb-088-066-051-213.pools.arcor-ip.net. [88.66.51.213]) by mx.google.com with ESMTPSA id w9sm44667128eev.4.2014.05.19.14.43.07 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 19 May 2014 14:43:07 -0700 (PDT) MIME-Version: 1.0 Subject: [PATCH] toolchain/build: for a canadian cross compilation we need to build the pass1 gcc X-Mercurial-Node: 78f7773cb3b80fce09f9c5505ff65264b38670d5 Message-Id: <78f7773cb3b80fce09f9.1400535779@haus-VirtualBox> User-Agent: Mercurial-patchbomb/2.8.2 Date: Mon, 19 May 2014 23:42:59 +0200 From: Daniel Zimmermann To: "Yann E. MORIN" Cc: crossgcc@sourceware.org # HG changeset patch # User Daniel Zimmermann # Date 1400535778 -7200 # Mon May 19 23:42:58 2014 +0200 # Node ID 78f7773cb3b80fce09f9c5505ff65264b38670d5 # Parent 99029fac116b6cdd86de7015379dd765af77c116 toolchain/build: for a canadian cross compilation we need to build the pass1 gcc for a canadian cross compilation we need to build the pass1 gcc. Signed-off-by: '"Daniel Zimmermann" ' --- For unsubscribe information see http://sourceware.org/lists.html#faq diff -r 99029fac116b -r 78f7773cb3b8 config/toolchain.in --- a/config/toolchain.in Mon May 12 00:09:31 2014 +0200 +++ b/config/toolchain.in Mon May 19 23:42:58 2014 +0200 @@ -179,6 +179,7 @@ config CANADIAN bool prompt "Canadian" + select CC_CORE_PASS_1_NEEDED help Build a canadian-toolchain. See: "docs/6 - Toolchain types.txt"