Actually hide the clang-15 workaround behind the COMPILER_VERSION check
authorjca <jca@openbsd.org>
Fri, 30 Dec 2022 06:50:27 +0000 (06:50 +0000)
committerjca <jca@openbsd.org>
Fri, 30 Dec 2022 06:50:27 +0000 (06:50 +0000)
commit15fb80af7daa7f7974ccd9f67734d29d2b0330c5
tree4bb55edca89f86e8d294999cd14d97c5bd24261d
parent0d5d409d7a44f666524a908315193a724530b826
Actually hide the clang-15 workaround behind the COMPILER_VERSION check

COMPILER_VERSION initially missed.  I'm not sure why we still have those
COMPILER_VERSION checks in sys/arch/i386 and sys/arch/amd64, when the
base system doesn't ship gcc any more, but let's stay consistent.
sys/arch/amd64/stand/Makefile.inc
sys/arch/i386/stand/Makefile.inc