summaryrefslogtreecommitdiff
path: root/scripts/crosstool-NG.sh.in
diff options
context:
space:
mode:
authorYann Diorcet <diorcet.yann@gmail.com>2012-11-19 10:21:31 (GMT)
committerYann Diorcet <diorcet.yann@gmail.com>2012-11-19 10:21:31 (GMT)
commit9705ec34cff5494d99ec9b8fb146fa5f55f84da3 (patch)
treefec0bb2c099d268b33bb080ebd7c1fc56aaf7b58 /scripts/crosstool-NG.sh.in
parent87cc50cfd95e23bccd970b3d5f824f9427ff86ec (diff)
binutils: introduce the infrastructure to support binutils alternatives
Rework binutils in order to provide soon binutils alternative. Signed-off-by: Yann Diorcet <diorcet.yann@gmail.com> [yann.morin.1998@free.fr: split up original patch for self-contained changes] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Message-Id: <d3d1d51f399e6d2c1163.1353320546@macbook-smorlat.local> Patchwork-Id: 199971
Diffstat (limited to 'scripts/crosstool-NG.sh.in')
-rw-r--r--scripts/crosstool-NG.sh.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/crosstool-NG.sh.in b/scripts/crosstool-NG.sh.in
index 782a407..4b2e14f 100644
--- a/scripts/crosstool-NG.sh.in
+++ b/scripts/crosstool-NG.sh.in
@@ -127,8 +127,7 @@ CT_DoLog INFO "Building environment variables"
. "${CT_LIB_DIR}/scripts/build/companion_tools.sh"
. "${CT_LIB_DIR}/scripts/build/kernel/${CT_KERNEL}.sh"
. "${CT_LIB_DIR}/scripts/build/companion_libs.sh"
-. "${CT_LIB_DIR}/scripts/build/binutils/binutils.sh"
-. "${CT_LIB_DIR}/scripts/build/binutils/elf2flt.sh"
+. "${CT_LIB_DIR}/scripts/build/binutils/${CT_BINUTILS}.sh"
. "${CT_LIB_DIR}/scripts/build/libc/${CT_LIBC}.sh"
. "${CT_LIB_DIR}/scripts/build/cc/${CT_CC}.sh"
. "${CT_LIB_DIR}/scripts/build/debug.sh"
@@ -545,7 +544,6 @@ if [ -z "${CT_RESTART}" ]; then
do_kernel_get
do_companion_libs_get
do_binutils_get
- do_elf2flt_get
do_cc_get
do_libc_get
do_debug_get
@@ -569,7 +567,6 @@ if [ -z "${CT_RESTART}" ]; then
do_kernel_extract
do_companion_libs_extract
do_binutils_extract
- do_elf2flt_extract
do_cc_extract
do_libc_extract
do_debug_extract