From patchwork Thu May 8 21:31:06 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Zimmermann X-Patchwork-Id: 347256 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 C2ACD1400A8 for ; Fri, 9 May 2014 07:31:27 +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=mPxlaK631ayqMlXQoN9JaqqX3R4egSuyIfpAlSNMqvi pYZpanVhKCwEpwep0d2cM9KxrwVjsM32Z+ZZAqbHuApFYEJWaXzD9knfZus0gwuV crEe7LEeYasA19Nu2kcmzenJ/0x13LddGJH18Z6Z/OtseZ2m4MiUOLUPUGKUegLA = 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=JM/IlC56MJD7+1GY2dw05zQHO/I=; b=pPojAvwdbOMHkO7T1 ebbWnIYl9NalGGd7YqH7kqJTiDB9Ilnu4HnD/h1qItRPZ8BqZfCK9awRuRnPaLSF +SoOj4XxzPyhNXyFB77QipS93uM718NEyc3N02yV8PkaR4oiOd5KYprUmTotxOUn tjQBnJBzvTlcciBvIC/LvKZszk= Received: (qmail 28903 invoked by alias); 8 May 2014 21:31:20 -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 28892 invoked by uid 89); 8 May 2014 21:31:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 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-f43.google.com Received: from mail-ee0-f43.google.com (HELO mail-ee0-f43.google.com) (74.125.83.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 08 May 2014 21:31:19 +0000 Received: by mail-ee0-f43.google.com with SMTP id d17so2101413eek.2 for ; Thu, 08 May 2014 14:31:16 -0700 (PDT) X-Received: by 10.14.251.4 with SMTP id a4mr8425897ees.20.1399584676088; Thu, 08 May 2014 14:31:16 -0700 (PDT) Received: from [127.0.1.1] (dslb-088-066-001-041.pools.arcor-ip.net. [88.66.1.41]) by mx.google.com with ESMTPSA id p9sm6815196eeg.32.2014.05.08.14.31.14 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 08 May 2014 14:31:15 -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: 8bedc1ab846a57568b076ef66440cd6ae512f2a7 Message-Id: <8bedc1ab846a57568b07.1399584666@haus-VirtualBox> User-Agent: Mercurial-patchbomb/2.8.2 Date: Thu, 08 May 2014 23:31:06 +0200 From: Daniel Zimmermann To: "Yann E. MORIN" Cc: crossgcc@sourceware.org # HG changeset patch # User Daniel Zimmermann # Date 1399584665 -7200 # Thu May 08 23:31:05 2014 +0200 # Node ID 8bedc1ab846a57568b076ef66440cd6ae512f2a7 # Parent 80e46e644bc0c788084071bcf480c5fc5823bfab 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 80e46e644bc0 -r 8bedc1ab846a config/toolchain.in --- a/config/toolchain.in Wed May 07 18:40:48 2014 +0200 +++ b/config/toolchain.in Thu May 08 23:31:05 2014 +0200 @@ -179,6 +179,7 @@ config CANADIAN bool prompt "Canadian" + select CC_CORE_PASSES_NEEDED help Build a canadian-toolchain. See: "docs/6 - Toolchain types.txt"