diff options
Diffstat (limited to 'include/linux/compiler-gcc.h')
-rw-r--r-- | include/linux/compiler-gcc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/compiler-gcc.h b/include/linux/compiler-gcc.h index 432f5c97e18f..928e5ca0caee 100644 --- a/include/linux/compiler-gcc.h +++ b/include/linux/compiler-gcc.h | |||
@@ -263,7 +263,9 @@ | |||
263 | #endif | 263 | #endif |
264 | #endif /* CONFIG_ARCH_USE_BUILTIN_BSWAP && !__CHECKER__ */ | 264 | #endif /* CONFIG_ARCH_USE_BUILTIN_BSWAP && !__CHECKER__ */ |
265 | 265 | ||
266 | #if GCC_VERSION >= 50000 | 266 | #if GCC_VERSION >= 70000 |
267 | #define KASAN_ABI_VERSION 5 | ||
268 | #elif GCC_VERSION >= 50000 | ||
267 | #define KASAN_ABI_VERSION 4 | 269 | #define KASAN_ABI_VERSION 4 |
268 | #elif GCC_VERSION >= 40902 | 270 | #elif GCC_VERSION >= 40902 |
269 | #define KASAN_ABI_VERSION 3 | 271 | #define KASAN_ABI_VERSION 3 |