CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]    2025/02/11 12:27:53

Modified files:
        emulators/mupen64plus/core: Makefile 

Log message:
Force aarch64 detection to fix build with clang 19

Upstream's Makefile uses uname -m which returns arm64 on OpenBSD, and
inadvertently matches the build options added for armv7, now rejected by
clang 19:

cc: error: unsupported option '-mno-thumb' for target 
'aarch64-unknown-openbsd7.6'
cc: error: unsupported option '-mfpu=' for target 'aarch64-unknown-openbsd7.6'
cc: error: unsupported option '-mfloat-abi=' for target 
'aarch64-unknown-openbsd7.6'

Reply via email to