mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
7b10148baa
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'