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 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" <netzimme@gmail.com>'

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"

--
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]