Edit

IABSD.fr/ports/emulators

Branch :

  • Show log

    Commit

  • Author : jca
    Date : 2025-02-11 19:27:53
    Hash : 7b10148b
    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'