diff options
| author | Pip Cet | 2024-08-20 19:16:58 +0000 |
|---|---|---|
| committer | Stefan Kangas | 2024-12-12 22:48:13 +0100 |
| commit | 647f6aa4c06f681df8d2ab6520d8bcd273dff1a8 (patch) | |
| tree | af8232be90bfb9fde8264470775904fb3ac5c366 | |
| parent | c9ab3258760c5ef2baf3ecf2a2a0051fc3fb4612 (diff) | |
| download | emacs-647f6aa4c06f681df8d2ab6520d8bcd273dff1a8.tar.gz emacs-647f6aa4c06f681df8d2ab6520d8bcd273dff1a8.zip | |
Pure storage removal: Bump nativecomp ABI
Use "9" as MPS builds use "7" and "8".
* src/comp.c (ABI_VERSION): Bump.
| -rw-r--r-- | src/comp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 468 | 468 | ||
| 469 | 469 | ||
| 470 | /* Increase this number to force a new Vcomp_abi_hash to be generated. */ | 470 | /* Increase this number to force a new Vcomp_abi_hash to be generated. */ |
| 471 | #define ABI_VERSION "6" | 471 | #define ABI_VERSION "9" |
| 472 | 472 | ||
| 473 | /* Length of the hashes used for eln file naming. */ | 473 | /* Length of the hashes used for eln file naming. */ |
| 474 | #define HASH_LENGTH 8 | 474 | #define HASH_LENGTH 8 |