diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-01-22 22:52:57 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-01-22 22:52:57 +0100 |
commit | 74943860467a2b7f7d7a34c856a437fb06e84f70 (patch) | |
tree | c2c9241b3a584bee59b19040059f792c2b994542 /steps.mk | |
parent | a59b794f9c84bd797f986b56aef88f44d4277d94 (diff) | |
download | crosstool-ng-74943860467a2b7f7d7a34c856a437fb06e84f70.tar.gz crosstool-ng-74943860467a2b7f7d7a34c856a437fb06e84f70.tar.bz2 crosstool-ng-74943860467a2b7f7d7a34c856a437fb06e84f70.zip |
kernel: move the headers install step
The kernel headers are only needed just before we build
the C library headers, and need not be present before.
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
@@ -17,7 +17,6 @@ help-env:: # Please keep the last line with a '\' and keep the following empy line: # it helps when diffing and merging. CT_STEPS := libc_check_config \ - kernel_headers \ gmp \ mpfr \ ppl \ @@ -28,6 +27,7 @@ CT_STEPS := libc_check_config \ elf2flt \ sstrip \ cc_core_pass_1 \ + kernel_headers \ libc_start_files \ cc_core_pass_2 \ libc \ |