summaryrefslogtreecommitdiff
path: root/steps.mk
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-07-17 16:29:35 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-07-17 16:29:35 (GMT)
commit533e5c128c4c955a88c16d7469a569a2c4f8cfe3 (patch)
treeee32052719188e09063a14b4c693873b4586ed73 /steps.mk
parent08161250ed65a9b91d680a305d01acd8052f937f (diff)
binutils: split binutils to backend/frontend, a-la cc_core
Move the actual binutils code to a backend function that builds the required combo of build/host/target as requested by a frontend. This split is currently a no-op, but is required for the upcoming canadian-cross rework, where we'll be needing to build two binutils, one for build/build/target, and one for build/host/target. This applies to the three binutils: - GNU binutils - elf2flt - sstrip Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'steps.mk')
-rw-r--r--steps.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/steps.mk b/steps.mk
index 3c7119c..d419645 100644
--- a/steps.mk
+++ b/steps.mk
@@ -23,9 +23,9 @@ CT_STEPS := libc_check_config \
cloog \
mpc \
libelf \
- binutils \
- elf2flt \
- sstrip \
+ binutils_for_host \
+ elf2flt_for_host \
+ sstrip_for_host \
cc_core_pass_1 \
kernel_headers \
libc_start_files \