CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2025/02/17 13:45:22
Modified files:
x11/gnustep/make: Makefile
Log message:
Unbreak configure step with clang 19 on arm64
For some reason, .objcv2_load_function() from libobjc2 no longer starts
with "paciasp" when libobjc2 is build using clang 19. Since this
function is indirectly called from a constructor, conftest.c programs
fail. Just tell this port to USE_NOBTCFI-aarch64 just like the
gnustep.port.mk consumers. gnustep/make doesn't ship any executable
anyway.