Remove -mabi=elfv2 option. This is the default for OpenBSD and clang 16
authorkettenis <kettenis@openbsd.org>
Wed, 6 Sep 2023 09:12:49 +0000 (09:12 +0000)
committerkettenis <kettenis@openbsd.org>
Wed, 6 Sep 2023 09:12:49 +0000 (09:12 +0000)
commit848795b17df6d7aac8fe7242132657e294ce39df
treeeb7cf4768b882a20f75657879b090f4c967f04b7
parent97c171a7de4a57ba7de2428ba179627636d642f8
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@
sys/arch/powerpc64/conf/Makefile.powerpc64