Skip to content

redhat: remove gcc version check for ENABLE_WERROR

Eric Chanudet requested to merge echanude/centos-stream-9:rhel-29316-3 into main

JIRA: https://issues.redhat.com/browse/RHEL-43372
Upstream Status: RHEL-only

This does not work when dist-configs occur on a machine that is not
where the kernel will be built (dist-srpm, dist-koji, dist-brew...) and
does not handle cross builds.

Drop the test and restore the ARK behavior introduced in
commit b2e6681b ("redhat/Makefile.variables: Add ENABLE_WERROR")

Signed-off-by: Eric Chanudet echanude@redhat.com

Edited by Eric Chanudet

Merge request reports