aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-04-15 18:52:46 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-04-21 10:08:46 +0200
commitf87594da14dfc61a5c6163f8e91b8395a28f690e (patch)
treecc3c181d6502c5d42f6e4322ac76b8f8e0334fc0 /depends
parent80cd99322f1369ee694d0dd125989d5a1b123ba9 (diff)
downloadbitcoin-f87594da14dfc61a5c6163f8e91b8395a28f690e.tar.xz
build: No need to provide defaults for darwin-specific tools
Diffstat (limited to 'depends')
-rw-r--r--depends/builders/default.mk2
-rw-r--r--depends/hosts/default.mk2
2 files changed, 0 insertions, 4 deletions
diff --git a/depends/builders/default.mk b/depends/builders/default.mk
index 0370fb9acb..7911ffd973 100644
--- a/depends/builders/default.mk
+++ b/depends/builders/default.mk
@@ -5,8 +5,6 @@ default_build_TAR = tar
default_build_RANLIB = ranlib
default_build_STRIP = strip
default_build_NM = nm
-default_build_OTOOL = otool
-default_build_INSTALL_NAME_TOOL = install_name_tool
define add_build_tool_func
build_$(build_os)_$1 ?= $$(default_build_$1)
diff --git a/depends/hosts/default.mk b/depends/hosts/default.mk
index 258619a9d0..409fb568ef 100644
--- a/depends/hosts/default.mk
+++ b/depends/hosts/default.mk
@@ -8,8 +8,6 @@ default_host_AR = $(host_toolchain)ar
default_host_RANLIB = $(host_toolchain)ranlib
default_host_STRIP = $(host_toolchain)strip
default_host_LIBTOOL = $(host_toolchain)libtool
-default_host_INSTALL_NAME_TOOL = $(host_toolchain)install_name_tool
-default_host_OTOOL = $(host_toolchain)otool
default_host_NM = $(host_toolchain)nm
define add_host_tool_func