bitcoin/depends/builders
merge-script 927e9b220f
Merge bitcoin/bitcoin#32716: depends: Override host compilers for FreeBSD and OpenBSD
4f10a57671 depends: Override host compilers for FreeBSD and OpenBSD (Hennadii Stepanov)

Pull request description:

  When building depends on FreeBSD/OpenBSD `aarch64`, the host compilers default to `default_host_{CC,CXX}`, which resolves to `gcc`/`g++`. This is incorrect on these systems, where Clang is the default system compiler.

  To ensure proper compiler selection, this PR adopts the same approach used for `darwin`:c1d4253d31/depends/builders/darwin.mk (L12-L14)

  Fixes https://github.com/bitcoin/bitcoin/issues/32691.

ACKs for top commit:
  Sjors:
    ACK 4f10a57671

Tree-SHA512: 66ace60b63671f2ab7facb84776298e1489aa0a984559c9a22323adaaedcc86f67158078b18c333cb7bdc2b17a4573e321ee7361596bc941db060c5659014069
2025-07-03 11:00:45 +01:00
..
darwin.mk depends: remove FORCE_USE_SYSTEM_CLANG 2024-06-10 13:15:23 +01:00
default.mk build: swap otool for (llvm-)objdump 2024-05-08 16:36:41 +08:00
freebsd.mk depends: Override host compilers for FreeBSD and OpenBSD 2025-06-10 14:59:46 +01:00
linux.mk [depends] builders: No need to set -L and --location for curl 2016-02-26 09:50:29 +01:00
netbsd.mk build: add NetBSD support to depends 2022-02-14 16:52:23 +00:00
openbsd.mk Merge bitcoin/bitcoin#32716: depends: Override host compilers for FreeBSD and OpenBSD 2025-07-03 11:00:45 +01:00