diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2012-01-03 18:39:11 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2012-01-03 18:39:11 +0100 |
commit | 354914c49a0cf7567615f6ce18834c6b0bfe8d96 (patch) | |
tree | f442589555bbe1710d004c0a9514c20fc636595d /steps.mk | |
parent | 318cedf0ea9149dbbd58b5d6c763bb1118b38d08 (diff) | |
download | crosstool-ng-354914c49a0cf7567615f6ce18834c6b0bfe8d96.tar.gz crosstool-ng-354914c49a0cf7567615f6ce18834c6b0bfe8d96.tar.bz2 crosstool-ng-354914c49a0cf7567615f6ce18834c6b0bfe8d96.zip |
complibs/libelf: rename libelf for target function
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'steps.mk')
-rw-r--r-- | steps.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ CT_STEPS := libc_check_config \ libc \ cc \ libc_finish \ - libelf_target \ + libelf_for_target \ binutils_target \ debug \ test_suite \ |