diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-04-15 18:52:46 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-04-21 10:08:46 +0200 |
commit | f87594da14dfc61a5c6163f8e91b8395a28f690e (patch) | |
tree | cc3c181d6502c5d42f6e4322ac76b8f8e0334fc0 /depends | |
parent | 80cd99322f1369ee694d0dd125989d5a1b123ba9 (diff) |
build: No need to provide defaults for darwin-specific tools
Diffstat (limited to 'depends')
-rw-r--r-- | depends/builders/default.mk | 2 | ||||
-rw-r--r-- | depends/hosts/default.mk | 2 |
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 |