generates a (spurious) error about it in certain contexts. This is fixed
in later versions (see https://reviews.llvm.org/
D156351) but it is easier
to just drop the option.
ok miod@, jsg@
-# $OpenBSD: Makefile.powerpc64,v 1.16 2023/09/06 01:47:37 jsg Exp $
+# $OpenBSD: Makefile.powerpc64,v 1.17 2023/09/06 09:12:49 kettenis Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
-Wno-unused-but-set-variable -Wno-gnu-folding-constant \
-Wframe-larger-than=2047
-CMACHFLAGS= -mabi=elfv2 -msoft-float -mno-altivec -mno-vsx
+CMACHFLAGS= -msoft-float -mno-altivec -mno-vsx
CMACHFLAGS+= -ffreestanding
SORTR= sort -R
.if ${IDENT:M-DNO_PROPOLICE}