emacs-diffs
[Top][All Lists]
Advanced

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

scratch/no-purespace 1e8513ee38e 13/13: Pure storage removal: Bump nativ


From: Pip Cet
Subject: scratch/no-purespace 1e8513ee38e 13/13: Pure storage removal: Bump nativecomp ABI
Date: Tue, 20 Aug 2024 15:42:49 -0400 (EDT)

branch: scratch/no-purespace
commit 1e8513ee38ef863a887cf22909f0fc1f180aa823
Author: Pip Cet <pipcet@protonmail.com>
Commit: Pip Cet <pipcet@protonmail.com>

    Pure storage removal: Bump nativecomp ABI
    
    Use "9" as MPS builds use "7" and "8".
    
    * src/comp.c (ABI_VERSION): Bump.
---
 src/comp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/comp.c b/src/comp.c
index 5d1751176bd..f91f7c57f45 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



reply via email to

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