Config.version 274 B

12345678910111213
  1. config GCC_VERSION_4_8_ARC
  2. default y if (!TOOLCHAINOPTS && arc)
  3. bool
  4. config GCC_VERSION
  5. string
  6. default "arc-2016.03" if GCC_VERSION_4_8_ARC
  7. default "6.3.0" if GCC_USE_VERSION_6
  8. default "5.4.0"
  9. config GCC_VERSION_4_8
  10. bool
  11. default y if GCC_VERSION_4_8_ARC