Subversion Repositories Kolibri OS

Rev

Rev 6588 | Rev 6936 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6588 Rev 6934
Line 249... Line 249...
249
#if GCC_VERSION >= 40800 || (defined(__powerpc__) && GCC_VERSION >= 40600)
249
#if GCC_VERSION >= 40800 || (defined(__powerpc__) && GCC_VERSION >= 40600)
250
#define __HAVE_BUILTIN_BSWAP16__
250
#define __HAVE_BUILTIN_BSWAP16__
251
#endif
251
#endif
252
#endif /* CONFIG_ARCH_USE_BUILTIN_BSWAP */
252
#endif /* CONFIG_ARCH_USE_BUILTIN_BSWAP */
Line 253... Line 253...
253
 
253
 
-
 
254
#if GCC_VERSION >= 70000
-
 
255
#define KASAN_ABI_VERSION 5
254
#if GCC_VERSION >= 50000
256
#elif GCC_VERSION >= 50000
255
#define KASAN_ABI_VERSION 4
257
#define KASAN_ABI_VERSION 4
256
#elif GCC_VERSION >= 40902
258
#elif GCC_VERSION >= 40902
257
#define KASAN_ABI_VERSION 3
259
#define KASAN_ABI_VERSION 3