summaryrefslogtreecommitdiff
path: root/scripts/crosstool-NG.sh.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-29 21:43:28 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-29 21:43:28 (GMT)
commit9e595444f47319887d13d415a1f71172f3bfcf22 (patch)
treebeff74046c8598b737b549b2dd39ae6ca7b2f6bc /scripts/crosstool-NG.sh.in
parent6d70a576da25fd92b00527df7efef4c3ad892a92 (diff)
binutils/elf2flt: activate elf2flt build
The code has been lying around inactivated for some time. Let's enable it at last, and see if any one needs it.
Diffstat (limited to 'scripts/crosstool-NG.sh.in')
-rw-r--r--scripts/crosstool-NG.sh.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/crosstool-NG.sh.in b/scripts/crosstool-NG.sh.in
index 50db26f..9138057 100644
--- a/scripts/crosstool-NG.sh.in
+++ b/scripts/crosstool-NG.sh.in
@@ -502,6 +502,7 @@ if [ -z "${CT_RESTART}" ]; then
do_cloog_get
do_mpc_get
do_binutils_get
+ do_elf2flt_get
do_cc_get
do_libc_get
do_tools_get
@@ -530,6 +531,7 @@ if [ -z "${CT_RESTART}" ]; then
do_cloog_extract
do_mpc_extract
do_binutils_extract
+ do_elf2flt_extract
do_cc_extract
do_libc_extract
do_tools_extract