summaryrefslogtreecommitdiff
path: root/scripts/crosstool-NG.sh.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-03-16 23:21:57 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-03-16 23:21:57 (GMT)
commitb0fece468986e98124dfd59e24222724cf7c96fa (patch)
tree23130fa9ebf64754c203d89ef4a39c9a0bac375f /scripts/crosstool-NG.sh.in
parent2244007325f1fbd50177b56511091b347837997e (diff)
tools: move sstrip to the binary utilities menu
sstrip is now alone in its 'tools' menu, and we will probably never gain any other 'tool'. Besides, sstrip is just strip, but a little bit more agressive, so it deserves going to the 'binary utilities' menu.
Diffstat (limited to 'scripts/crosstool-NG.sh.in')
-rw-r--r--scripts/crosstool-NG.sh.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/crosstool-NG.sh.in b/scripts/crosstool-NG.sh.in
index 036a67b..471e3e0 100644
--- a/scripts/crosstool-NG.sh.in
+++ b/scripts/crosstool-NG.sh.in
@@ -121,9 +121,9 @@ CT_DoLog INFO "Building environment variables"
. "${CT_LIB_DIR}/scripts/build/companion_libs/libelf.sh"
. "${CT_LIB_DIR}/scripts/build/binutils/binutils.sh"
. "${CT_LIB_DIR}/scripts/build/binutils/elf2flt.sh"
+. "${CT_LIB_DIR}/scripts/build/binutils/sstrip.sh"
. "${CT_LIB_DIR}/scripts/build/libc/${CT_LIBC}.sh"
. "${CT_LIB_DIR}/scripts/build/cc/${CT_CC}.sh"
-. "${CT_LIB_DIR}/scripts/build/tools.sh"
. "${CT_LIB_DIR}/scripts/build/debug.sh"
# Target tuple: CT_TARGET needs a little love:
@@ -504,9 +504,9 @@ if [ -z "${CT_RESTART}" ]; then
do_libelf_get
do_binutils_get
do_elf2flt_get
+ do_sstrip_get
do_cc_get
do_libc_get
- do_tools_get
do_debug_get
CT_EndStep
fi
@@ -534,9 +534,9 @@ if [ -z "${CT_RESTART}" ]; then
do_libelf_extract
do_binutils_extract
do_elf2flt_extract
+ do_sstrip_extract
do_cc_extract
do_libc_extract
- do_tools_extract
do_debug_extract
CT_EndStep
fi