diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-07-17 18:29:35 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-07-17 18:29:35 +0200 |
commit | 533e5c128c4c955a88c16d7469a569a2c4f8cfe3 (patch) | |
tree | ee32052719188e09063a14b4c693873b4586ed73 /steps.mk | |
parent | 08161250ed65a9b91d680a305d01acd8052f937f (diff) | |
download | crosstool-ng-533e5c128c4c955a88c16d7469a569a2c4f8cfe3.tar.gz crosstool-ng-533e5c128c4c955a88c16d7469a569a2c4f8cfe3.tar.bz2 crosstool-ng-533e5c128c4c955a88c16d7469a569a2c4f8cfe3.zip |
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.mk | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 \ |