Config.version 267 B

12345678910111213
  1. config GCC_VERSION_7_1_ARC
  2. default y if (!TOOLCHAINOPTS && arc)
  3. bool
  4. config GCC_VERSION_5
  5. default y if GCC_USE_VERSION_5
  6. bool
  7. config GCC_VERSION
  8. string
  9. default "5.5.0" if GCC_VERSION_5
  10. default "arc-2017.09-release" if GCC_VERSION_7_1_ARC
  11. default "7.3.0"