From: Pip Cet Date: Tue, 20 Aug 2024 19:16:58 +0000 (+0000) Subject: Pure storage removal: Bump nativecomp ABI X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d4d5d142f33b4ac7338faf40a1d1c49754c205bc;p=emacs.git Pure storage removal: Bump nativecomp ABI Use "9" as MPS builds use "7" and "8". * src/comp.c (ABI_VERSION): Bump. (cherry picked from commit 647f6aa4c06f681df8d2ab6520d8bcd273dff1a8) --- diff --git a/src/comp.c b/src/comp.c index f1878a94243..6f67d60cc26 100644 --- a/src/comp.c +++ b/src/comp.c @@ -468,7 +468,7 @@ load_gccjit_if_necessary (bool mandatory) /* Increase this number to force a new Vcomp_abi_hash to be generated. */ -#define ABI_VERSION "6" +#define ABI_VERSION "9" /* Length of the hashes used for eln file naming. */ #define HASH_LENGTH 8