mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-07 11:26:42 +00:00
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>
This commit is contained in:
parent
a59b794f9c
commit
7494386046
2
steps.mk
2
steps.mk
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user