diff options
author | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-04-02 22:54:30 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@free.fr> | 2012-04-02 22:54:30 +0200 |
commit | b485733f263b6dafdb691fe877bce5c1135ea7c0 (patch) | |
tree | d4176023fff467cd9861858dd0dafa750c48d043 /steps.mk | |
parent | 6471f1598c949b4ce8af441aeedd61273ca5df3a (diff) | |
download | crosstool-ng-b485733f263b6dafdb691fe877bce5c1135ea7c0.tar.gz crosstool-ng-b485733f263b6dafdb691fe877bce5c1135ea7c0.tar.bz2 crosstool-ng-b485733f263b6dafdb691fe877bce5c1135ea7c0.zip |
cc/gcc: add build frontend
Bizarrely enough, the core gcc are not enough to be able to build a
canadian cross, and a real, full cross compiler is required so that
the canadian cross can be properly built... WTF?!? Sigh...
Add a build-frontend, as was done for the binutils and the complibs.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'steps.mk')
-rw-r--r-- | steps.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ CT_STEPS := libc_check_config \ libc_start_files \ cc_core_pass_2 \ libc \ - cc \ + cc_for_host \ libc_finish \ libelf_for_target \ binutils_for_target \ |