diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-02-17 23:41:17 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-02-17 23:41:17 +0100 |
commit | 991b90f2425a6f14115efee2456919063d4e1a2b (patch) | |
tree | f165dbbc68303aac3b97516a5ef2da457c24c646 /steps.mk | |
parent | 2949150cbe92e9e90e9738a2b77489cb0593b5a7 (diff) | |
download | crosstool-ng-991b90f2425a6f14115efee2456919063d4e1a2b.tar.gz crosstool-ng-991b90f2425a6f14115efee2456919063d4e1a2b.tar.bz2 crosstool-ng-991b90f2425a6f14115efee2456919063d4e1a2b.zip |
comp-libs: make libelf a companion library
When gcc-4.5 is out, it will require libelf. So better make it a
companion library now rather than postponing the ineluctable.
Diffstat (limited to 'steps.mk')
-rw-r--r-- | steps.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,7 @@ CT_STEPS := libc_check_config \ ppl \ cloog \ mpc \ + libelf \ binutils \ elf2flt \ cc_core_pass_1 \ @@ -34,6 +35,7 @@ CT_STEPS := libc_check_config \ libc_finish \ gmp_target \ mpfr_target \ + libelf_target \ binutils_target \ tools \ debug \ |