aboutsummaryrefslogtreecommitdiff
path: root/depends/hosts
diff options
context:
space:
mode:
authorCarl Dong <contact@carldong.me>2019-10-09 20:10:00 -0400
committerCarl Dong <contact@carldong.me>2020-07-07 16:25:47 -0400
commite6e5c8d6caccb4648fc580e5a01448857c2fdf18 (patch)
tree23b7f41c59b507f351278a30d89a7d7af0315168 /depends/hosts
parentabdfd2d0e3ebec7dbead89317ee9192189a35809 (diff)
downloadbitcoin-e6e5c8d6caccb4648fc580e5a01448857c2fdf18.tar.xz
depends: Decouple toolchain + binutils
For now they remain the same, but in the next commit, we will assign them differently according to wether or not we're using system clang.
Diffstat (limited to 'depends/hosts')
-rw-r--r--depends/hosts/darwin.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/depends/hosts/darwin.mk b/depends/hosts/darwin.mk
index 0d4fab937d..fcd4ef7607 100644
--- a/depends/hosts/darwin.mk
+++ b/depends/hosts/darwin.mk
@@ -20,5 +20,6 @@ darwin_release_CXXFLAGS=$(darwin_release_CFLAGS)
darwin_debug_CFLAGS=-O1
darwin_debug_CXXFLAGS=$(darwin_debug_CFLAGS)
+darwin_native_binutils=native_cctools
darwin_native_toolchain=native_cctools
darwin_cmake_system=Darwin