diff --git a/srcpkgs/linux5.10/template b/srcpkgs/linux5.10/template index ce883ec254e..785885e34dc 100644 --- a/srcpkgs/linux5.10/template +++ b/srcpkgs/linux5.10/template @@ -54,10 +54,9 @@ if [ "${_patchver}" ]; then _version="EXTRAVERSION=${_patchver}" fi -case "$XBPS_TARGET_MACHINE" in - i686*|x86_64*) - broken="filp_close requires gcc 14.3.0" ;; -esac +if [ "$XBPS_TARGET_MACHINE" = x86_64 ]; then + broken="filp_close, requires gcc 14.3.0" +fi pre_patch() { xzcat $XBPS_SRCDISTDIR/$pkgname-$version/patch-${version}.xz |