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 3edaf0b428
depends: add missing Darwin objcopy
Our CMake toolchain for a Darwin cross build currently contains:
```bash
set(CMAKE_AR "/usr/bin/llvm-ar")
set(CMAKE_RANLIB "/usr/bin/llvm-ranlib")
set(CMAKE_STRIP "/usr/bin/llvm-strip")
set(CMAKE_OBJCOPY "arm64-apple-darwin-objcopy")
set(CMAKE_OBJDUMP "/usr/bin/llvm-objdump")
```

`objcopy` isn't currently used for the Darwin build (only for Linux and
splitting the debug symbols), but we shouldn't be producing a toolchain
file that refers to nonexistent tools.
2025-02-11 11:27:27 +01:00
..
darwin.mk depends: add missing Darwin objcopy 2025-02-11 11:27:27 +01:00
default.mk depends: Amend handling flags environment variables 2024-08-16 21:19:10 +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