"Fix" non-determinism in native_cctools build

By omitting the otool binary which is built non-deterministically.
We don't use it anyway.
This commit is contained in:
Howard Chu 2019-11-18 07:58:22 +00:00
parent 2e435dfe76
commit abeed9a767
No known key found for this signature in database
GPG key ID: FD2A70B44AB11BA7
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,12 @@
--- cctools/Makefile.am.O 2016-06-09 15:06:16.000000000 +0100
+++ cctools/Makefile.am 2019-11-18 08:59:20.078663220 +0000
@@ -1,7 +1,7 @@
if ISDARWIN
-SUBDIRS=libstuff ar as misc otool ld64 $(LD_CLASSIC)
+SUBDIRS=libstuff ar as misc ld64 $(LD_CLASSIC)
else
-SUBDIRS=libstuff ar as misc libobjc2 otool ld64 $(LD_CLASSIC)
+SUBDIRS=libstuff ar as misc ld64 $(LD_CLASSIC)
endif
ACLOCAL_AMFLAGS = -I m4