Config.version 400 B

12345678910111213141516
  1. config GCC_VERSION_7_1_ARC
  2. default y if (!TOOLCHAINOPTS && arc)
  3. bool
  4. config GCC_VERSION_7
  5. default y if GCC_USE_VERSION_7
  6. default y if (!TOOLCHAINOPTS && x86_64)
  7. default y if (!TOOLCHAINOPTS && i386)
  8. bool
  9. config GCC_VERSION
  10. string
  11. default "arc-2017.09-release" if GCC_VERSION_7_1_ARC
  12. default "6.3.0" if GCC_USE_VERSION_6
  13. default "7.3.0" if GCC_VERSION_7
  14. default "5.5.0"