aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/hosts
Commit message (Collapse)AuthorAgeFilesLines
* depends: Package cleanupHoward Chu2022-05-101-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.
* Make Mac SDK into a regular depends packageHoward Chu2022-05-091-5/+3
|
* Update native_cctools for newer SDK supportHoward Chu2022-05-061-1/+1
|
* Update to MacOSX SDK 11.1, add Mac M1Howard Chu2022-05-041-3/+8
|
* Add ARFLAGSHoward Chu2019-11-176-1/+7
| | | | Needed to invoke deterministic mode on some archivers
* depends: Add FreeBSD supportHoward Chu2019-11-141-0/+17
|
* Add Android supportHoward Chu2019-11-031-0/+20
|
* Fix Darwin Sodium buildTheCharlatan2018-09-221-3/+3
| | | | Clang needs to get its cctools path passed.
* Initial depends additionTheCharlatan2018-09-104-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.