0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-22 12:23:34 -05:00
bitcoin-bitcoin-core/depends/hosts
fanquake 2434aeab62
depends: avoid an unset CMAKE_OBJDUMP
Similar to #31840, currently our Linux toolchain file contains:
```bash
set(CMAKE_AR "aarch64-linux-gnu-ar")
set(CMAKE_RANLIB "aarch64-linux-gnu-ranlib")
set(CMAKE_STRIP "aarch64-linux-gnu-strip")
set(CMAKE_OBJCOPY "aarch64-linux-gnu-objcopy")
set(CMAKE_OBJDUMP "")
```

`objdump` is currently only used for the macOS cross build, where it's
`llvm-objdump`, but we should be consistent in producing a toolchain
file that points to actual tools, rather than leaving variables unset.
2025-02-13 13:02:53 +01:00
..
darwin.mk depends: add missing Darwin objcopy 2025-02-11 11:27:27 +01:00
default.mk depends: avoid an unset CMAKE_OBJDUMP 2025-02-13 13:02:53 +01:00
freebsd.mk depends: add -g to *BSD_debug flags 2024-12-10 15:20:46 +00:00
linux.mk depends: Add host-specific cmake_system_version variables 2024-08-16 21:19:10 +01:00
mingw32.mk depends: target Windows 10 when building for mingw-w64 2024-11-08 13:32:37 +00:00
netbsd.mk depends: Fix CXXFLAGS on NetBSD 2024-12-14 20:32:38 +00:00
openbsd.mk depends: add -g to *BSD_debug flags 2024-12-10 15:20:46 +00:00