File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ default_build_TAR = tar
5
5
default_build_RANLIB = ranlib
6
6
default_build_STRIP = strip
7
7
default_build_NM = nm
8
- default_build_OTOOL = otool
9
- default_build_INSTALL_NAME_TOOL = install_name_tool
10
8
11
9
define add_build_tool_func
12
10
build_$(build_os ) _$1 ?= $$(default_build_$1 )
Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ default_host_AR = $(host_toolchain)ar
8
8
default_host_RANLIB = $(host_toolchain ) ranlib
9
9
default_host_STRIP = $(host_toolchain ) strip
10
10
default_host_LIBTOOL = $(host_toolchain ) libtool
11
- default_host_INSTALL_NAME_TOOL = $(host_toolchain ) install_name_tool
12
- default_host_OTOOL = $(host_toolchain ) otool
13
11
default_host_NM = $(host_toolchain ) nm
14
12
15
13
define add_host_tool_func
You can’t perform that action at this time.
0 commit comments