Pure storage removal: Bump nativecomp ABI
Use "9" as MPS builds use "7" and "8". * src/comp.c (ABI_VERSION): Bump.
This commit is contained in:
parent
c9ab325876
commit
647f6aa4c0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue