Config.version 349 B

123456789101112131415
  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 x86_64 || i386
  7. bool
  8. config GCC_VERSION
  9. string
  10. default "arc-2017.09-release" if GCC_VERSION_7_1_ARC
  11. default "6.3.0" if GCC_USE_VERSION_6
  12. default "7.3.0" if GCC_VERSION_7
  13. default "5.5.0"