Skip to content

devicepkg-dev: opt-out compiler-gcc.h replacing

Oliver Smith requested to merge fix/replace-gcch-optional into master

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 anymore (see ff25ad7a).

Merge request reports