emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bootstrap-emacs.pdmp] Killed: 9


From: Boris
Subject: Re: [bootstrap-emacs.pdmp] Killed: 9
Date: Wed, 31 Mar 2021 12:19:07 +0000

Hi,

I noticed this error as well and reverting 
fda9b3e83a434706c31ab1bee5c15511c0181d5a fixed the issue.

e.g.

---
 src/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.in b/src/Makefile.in
index 39fd708564..c66e67447a 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -339,7 +339,7 @@ HAVE_PDUMPER = @HAVE_PDUMPER@

 ## ARM Macs require that all code have a valid signature.  Since pump
 ## invalidates the signature, we must re-sign to fix it.
-DO_CODESIGN=$(patsubst arm-apple-darwin%,yes,@configuration@)
+DO_CODESIGN=$(patsubst aarch64-apple-darwin%,yes,@configuration@)

 # 'make' verbosity.
 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
--


Cheers,
boris@d12frosted.io



reply via email to

[Prev in Thread] Current Thread [Next in Thread]