bitcoin/depends/hosts
Cory Fields 9954d6c833
depends: hard-code necessary c(xx)flags rather than setting them per-host
The per-host flag variables hold platform-specific defaults that are ignored
when flag environment variables are set, so it was wrong for them to contain
-std options relied on by package definitions.

Additionally, these flags (-pipe and -std=xx) will no longer be passed into
the CMake build, meaning less duplication in the build summary.

Pulled out of #31920.
2025-07-29 11:13:39 +01:00
..
darwin.mk depends: hard-code necessary c(xx)flags rather than setting them per-host 2025-07-29 11:13:39 +01:00
default.mk depends: avoid an unset CMAKE_OBJDUMP 2025-02-13 13:02:53 +01:00
freebsd.mk depends: hard-code necessary c(xx)flags rather than setting them per-host 2025-07-29 11:13:39 +01:00
linux.mk depends: hard-code necessary c(xx)flags rather than setting them per-host 2025-07-29 11:13:39 +01:00
mingw32.mk depends: hard-code necessary c(xx)flags rather than setting them per-host 2025-07-29 11:13:39 +01:00
netbsd.mk depends: hard-code necessary c(xx)flags rather than setting them per-host 2025-07-29 11:13:39 +01:00
openbsd.mk depends: hard-code necessary c(xx)flags rather than setting them per-host 2025-07-29 11:13:39 +01:00