This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] toolchain/build: for a canadian cross compilation we need to build the pass1 gcc


# HG changeset patch
# User Daniel Zimmermann <netzimme@gmail.com>
# 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" <netzimme@gmail.com>'

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"

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]