Merge pull request #1494 from marineam/kernel

coreos-kernel: re-enable ccache path rewriting for kernel builds
This commit is contained in:
Michael Marineau 2015-08-27 13:58:33 -07:00
commit 5183f7e2bc

View File

@ -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}-" \