CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/09/06 03:12:49
Modified files:
sys/arch/powerpc64/conf: Makefile.powerpc64
Log message:
Remove -mabi=elfv2 option. This is the default for OpenBSD and clang 16
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@
