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/hosts | |
parent | 80cd99322f1369ee694d0dd125989d5a1b123ba9 (diff) |
build: No need to provide defaults for darwin-specific tools
Diffstat (limited to 'depends/hosts')
-rw-r--r-- | depends/hosts/default.mk | 2 |
1 files changed, 0 insertions, 2 deletions
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 |