summaryrefslogtreecommitdiff
path: root/scripts/crosstool-NG.sh.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2012-01-03 21:57:25 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2012-01-03 21:57:25 (GMT)
commitd7761401893497081a3d3542155d0a512a31ef86 (patch)
tree321e01e18920e4ec945ec877a38638cd3f19d5ba /scripts/crosstool-NG.sh.in
parentb485733f263b6dafdb691fe877bce5c1135ea7c0 (diff)
cc/gcc: build core compilers for canadian
Currently, we rely on an existing external cross-compiler targetting the target, to build the C library. This can pause quite a few problems if that compiler is different from the one we are building, because it could introduce some ABI issues. This patch removes this dependency, by building the core compilers as we do for standard cross, and also by building the binutils and gcc, for running on the build machine. This means we no longer need to offer the cross-sompiler selection in the menuconfig. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'scripts/crosstool-NG.sh.in')
-rw-r--r--scripts/crosstool-NG.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/crosstool-NG.sh.in b/scripts/crosstool-NG.sh.in
index c683417..d794743 100644
--- a/scripts/crosstool-NG.sh.in
+++ b/scripts/crosstool-NG.sh.in
@@ -354,7 +354,7 @@ if [ -z "${CT_RESTART}" ]; then
build_mangle="build_"
host_mangle="host_"
target_mangle=""
- install_build_tools_for="BUILD HOST TARGET"
+ install_build_tools_for="BUILD HOST"
;;
*) CT_Abort "No code for '${CT_TOOLCHAIN_TYPE}' toolchain type!"
;;