mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-15 15:06:36 +00:00
kernel/linux: use CT_ARCH, in place of CT_KERNEL_ARCH
Since we merged the 32/64-bit archs, and we explicitly used the Linux kernel arch name, we can get rid of CT_KERNEL_ARCH.
This commit is contained in:
parent
0e2fb72a75
commit
6b73ea68c5
@ -59,7 +59,7 @@ do_kernel_install() {
|
||||
CT_DoExecLog ALL \
|
||||
make -C "${CT_SRC_DIR}/linux-${CT_KERNEL_VERSION}" \
|
||||
O=$(pwd) \
|
||||
ARCH=${CT_KERNEL_ARCH} \
|
||||
ARCH=${CT_ARCH} \
|
||||
INSTALL_HDR_PATH="${CT_SYSROOT_DIR}/usr" \
|
||||
${V_OPT} \
|
||||
headers_install
|
||||
@ -69,7 +69,7 @@ do_kernel_install() {
|
||||
CT_DoExecLog ALL \
|
||||
make -C "${CT_SRC_DIR}/linux-${CT_KERNEL_VERSION}" \
|
||||
O=$(pwd) \
|
||||
ARCH=${CT_KERNEL_ARCH} \
|
||||
ARCH=${CT_ARCH} \
|
||||
INSTALL_HDR_PATH="${CT_SYSROOT_DIR}/usr" \
|
||||
${V_OPT} \
|
||||
headers_check
|
||||
|
Loading…
x
Reference in New Issue
Block a user