mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 15:31:05 +02:00
Merge pull request #1494 from marineam/kernel
coreos-kernel: re-enable ccache path rewriting for kernel builds
This commit is contained in:
commit
5183f7e2bc
@ -93,6 +93,8 @@ kmake() {
|
|||||||
if gcc-specs-pie; then
|
if gcc-specs-pie; then
|
||||||
kernel_cflags="-nopie -fstack-check=no"
|
kernel_cflags="-nopie -fstack-check=no"
|
||||||
fi
|
fi
|
||||||
|
# this can be removed once it is exported globally again
|
||||||
|
export CCACHE_BASEDIR="${S}"
|
||||||
emake \
|
emake \
|
||||||
ARCH="${kernel_arch}" \
|
ARCH="${kernel_arch}" \
|
||||||
CROSS_COMPILE="${CHOST}-" \
|
CROSS_COMPILE="${CHOST}-" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user