diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-01-22 22:36:20 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-01-22 22:36:20 +0100 |
commit | 15a1cc24913bf6290caa16d6bb05505d1471f8d0 (patch) | |
tree | 7511bc9d9c5a8858225d480c167b6f17d8603638 /steps.mk | |
parent | 0b773f5823abc9b6dda5b6cee8ef65b17a364eb6 (diff) | |
download | crosstool-ng-15a1cc24913bf6290caa16d6bb05505d1471f8d0.tar.gz crosstool-ng-15a1cc24913bf6290caa16d6bb05505d1471f8d0.tar.bz2 crosstool-ng-15a1cc24913bf6290caa16d6bb05505d1471f8d0.zip |
libc: remove now unneeded do_libc_headers
do_libc_headers is now a noop, and is no longer used, so remove that step.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'steps.mk')
-rw-r--r-- | steps.mk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -28,7 +28,6 @@ CT_STEPS := libc_check_config \ elf2flt \ sstrip \ cc_core_pass_1 \ - libc_headers \ libc_start_files \ cc_core_pass_2 \ libc \ |