aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/hosts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-02-24Merge pull request #9005luigi11115-0/+8
0d763a1 depends: move cmake system config to hosts files (tobtoht)
2023-10-24depends: use macOS 11 SDK with libc++ headerstobtoht1-3/+3
2023-09-26depends: move cmake system config to hosts filestobtoht5-0/+8
2022-05-10depends: Package cleanupHoward Chu1-1/+1
All patching should be in _preprocess_cmd. config_cmd should just run configure and nothing else before it, otherwise $PATH is broken when it runs. Also remove redundant settings to configure, _autoconf already sets them. We leave explicit AR_FLAGS settings because the builtin rule uses ARFLAGS, and so would leave AR_FLAGS unset otherwise.
2022-05-09Make Mac SDK into a regular depends packageHoward Chu1-5/+3
2022-05-06Update native_cctools for newer SDK supportHoward Chu1-1/+1
2022-05-04Update to MacOSX SDK 11.1, add Mac M1Howard Chu1-3/+8
2019-11-17Add ARFLAGSHoward Chu6-1/+7
Needed to invoke deterministic mode on some archivers
2019-11-14depends: Add FreeBSD supportHoward Chu1-0/+17
2019-11-03Add Android supportHoward Chu1-0/+20
2018-09-22Fix Darwin Sodium buildTheCharlatan1-3/+3
Clang needs to get its cctools path passed.
2018-09-10Initial depends additionTheCharlatan4-0/+84
Depends cross compiles project dependencies for linux, mac and windows and multiple architectures. Depends is original work by Cory Fields and used in bitcoin and a wide range of bitcoin related projects.