]> Git Repo - linux.git/blobdiff - include/linux/compiler-gcc.h
kbuild: check the minimum compiler version in Kconfig
[linux.git] / include / linux / compiler-gcc.h
index 555ab0fddbef7dc937a178e49621598736408c05..48750243db4c8e242baa71440e508d206a22c98c 100644 (file)
                     + __GNUC_MINOR__ * 100     \
                     + __GNUC_PATCHLEVEL__)
 
-/* https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58145 */
-#if GCC_VERSION < 40900
-# error Sorry, your version of GCC is too old - please use 4.9 or newer.
-#elif defined(CONFIG_ARM64) && GCC_VERSION < 50100
-/*
- * https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63293
- * https://lore.kernel.org/r/[email protected]
- */
-# error Sorry, your version of GCC is too old - please use 5.1 or newer.
-#endif
-
 /*
  * This macro obfuscates arithmetic on a variable address so that gcc
  * shouldn't recognize the original var, and make assumptions about it.
This page took 0.033896 seconds and 4 git commands to generate.