From 7f5ac4520d1553170b1053a9ffcd58179386a6d2 Mon Sep 17 00:00:00 2001 From: fanquake Date: Tue, 30 Jan 2024 09:37:37 +0000 Subject: build: swap otool for (llvm-)objdump Similar to libtool, (llvm-)otool only exists with a version suffix on some systems (Ubuntu), which makes it annoying to use/find. Avoid this, by switching to objdump. Which is a drop-in replacement. This is related to #21778, and the switchover to using vanilla LLVM for macOS. --- depends/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'depends/Makefile') diff --git a/depends/Makefile b/depends/Makefile index 005d9696fb..016c8f64ad 100644 --- a/depends/Makefile +++ b/depends/Makefile @@ -233,7 +233,7 @@ $(host_prefix)/share/config.site : config.site.in $(host_prefix)/.stamp_$(final_ -e 's|@RANLIB@|$(host_RANLIB)|' \ -e 's|@NM@|$(host_NM)|' \ -e 's|@STRIP@|$(host_STRIP)|' \ - -e 's|@OTOOL@|$(host_OTOOL)|' \ + -e 's|@OBJDUMP@|$(host_OBJDUMP)|' \ -e 's|@DSYMUTIL@|$(host_DSYMUTIL)|' \ -e 's|@build_os@|$(build_os)|' \ -e 's|@host_os@|$(host_os)|' \ -- cgit v1.2.3