Author :
kettenis
Date :
2024-06-23 12:39:35
Hash :e5c88669 Message :The configure script adds -mbranch-protection=pac-ret which *disables* BTI
on OpenBSD. Change this to -mbranch-protection=standard such that both
BTI and PAC support are enabled. This makes BTI work so drop the
USE_NOBTCFI-aarch64=Yes bit from the Makefile.
ok jeremy@