- Oct 16, 2022
-
-
- Nov 19, 2020
-
-
Remove -Werror from Makefile.common files too, as found in the xiaomi-latte downstream kernel (MR 1692).
-
- Apr 05, 2020
-
-
- Feb 28, 2020
-
-
Minecrell authored
HOSTCC defaults to gcc, so we should only set it to override it if we want to use an older GCC. Removing it avoids annoying linter warnings caused by the HOSTCC="..." variable assignments.
-
- Jan 29, 2019
-
-
Oliver Smith authored
Instead of never overwriting compiler-gcc.h if it exists, overwrite it by default except if OVERWRITE_GCCH=0 is set in the environment. Most kernels *do* need this file replaced and won't build without this patch.
-
- Jan 28, 2019
-
-
Clayton Craft authored
At least one newer kernel already includes the compiler support split stuff, so don't overwrite it if it already exists.
-
Clayton Craft authored
The 5.0 kernel now includes -Werror= parameters in the makefile, this changes downstreamkernel_prepare.sh to support them. Without this, the script will replace, for example, -Werror=blah with =blah, which causes the kernel compilation to fail.
-
- Nov 27, 2018
-
-
Robert Yang authored
Removes the need to cd $builddir before calling downstreamkernel_prepare in a kernel APKBUILD prepare function.
-
Oliver Smith authored
We used to put a "compiler-gcc6.h" file inside every vendor kernel's aport. This is redundant and only works with GCC6. With this patch, a common "compiler-gcc.h" file will be used, that works independently of the GCC version. The file is from Decatf's android_kernel_samsung_p4 repository, where it was taken from upstream Linux, but adjusted to work with older vendor kernels (different #ifndef check at the top etc). https://github.com/Decatf/android_kernel_samsung_p4/blob/bd0772df2132bf56cda78e7204facf434cd5aa40/include/linux/compiler-gcc.h
-
- Jul 02, 2018
-
-
Daniele Debernardi authored
-