emacs-diffs
[Top][All Lists]
Advanced

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

scratch/no-purespace 081e0229fcc 13/41: Pure storage removal: Bump nativ


From: Stefan Kangas
Subject: scratch/no-purespace 081e0229fcc 13/41: Pure storage removal: Bump nativecomp ABI
Date: Tue, 10 Dec 2024 19:09:38 -0500 (EST)

branch: scratch/no-purespace
commit 081e0229fcc3a03cab3c47818a1ece5a3778c431
Author: Pip Cet <pipcet@protonmail.com>
Commit: Stefan Kangas <stefankangas@gmail.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 5e8b49f7ffc..ac26ead08d9 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]