Skip to content
Snippets Groups Projects
Commit b8946443 authored by Oliver Smith's avatar Oliver Smith Committed by Bart Ribbers
Browse files

linux-purism-librem5dev: set REPLACE_GCCH=0

Do not replace compiler-gcc.h. This is necessary now, as we are
replacing compiler-gcc.h by default again, as it is needed for most
kernels. Not increasing the pkgrel to avoid unnecessary rebuild, I have
verified that this works.

NOTE: in the last commit message, I wrote about OVERWRITE_GCC=0. But
the variable is called REPLACE_GCC, as I've decided to rename it before
submitting. I forgot to change it in the commit message.

[skip ci]: this kernel takes more than one hour to build, so it won't
           finish in CI.
parent 4b26cb5a
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,8 @@ builddir="$srcdir/${_repository}-${_commit}"
prepare() {
default_prepare
downstreamkernel_prepare "$srcdir" "$builddir" "$_config" "$_carch" "$HOSTCC"
REPLACE_GCCH=0 \
downstreamkernel_prepare "$srcdir" "$builddir" "$_config" "$_carch" "$HOSTCC"
}
build() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment