2
0

Config.version 328 B

1234567891011121314
  1. config GCC_VERSION_6_2_ARC
  2. default y if (!TOOLCHAINOPTS && arc)
  3. bool
  4. config GCC_VERSION
  5. string
  6. default "arc-2016.09-release" if GCC_VERSION_6_2_ARC
  7. default "6.3.0" if GCC_USE_VERSION_6
  8. default "7.1.0" if GCC_USE_VERSION_7
  9. default "5.4.0"
  10. config GCC_VERSION_6_2
  11. bool
  12. default y if GCC_VERSION_6_2_ARC