Config.version 374 B

1234567891011121314151617
  1. config GCC_VERSION_4_8_ARC
  2. default y if (!TOOLCHAINOPTS && arc)
  3. bool
  4. config GCC_VERSION
  5. string
  6. default "4.8-linaro" if GCC_VERSION_4_8_LINARO
  7. default "arc-2016.03" if GCC_VERSION_4_8_ARC
  8. default "5.3.0"
  9. config GCC_VERSION_4_8
  10. bool
  11. default y if (GCC_VERSION_4_8_LINARO || GCC_VERSION_4_8_ARC)
  12. config GCC_VERSION_5
  13. default y if (!TOOLCHAINOPTS && !arc)
  14. bool