Config.version 570 B

1234567891011121314151617181920212223242526
  1. config GCC_VERSION_4_6_LINARO
  2. default y if (!TOOLCHAINOPTS && TARGET_octeon)
  3. bool
  4. config GCC_VERSION_4_8_LINARO
  5. default y if (!TOOLCHAINOPTS && !TARGET_octeon)
  6. bool
  7. config GCC_VERSION
  8. string
  9. default "4.6.3" if GCC_VERSION_4_6_3
  10. default "5.2.0" if GCC_VERSION_5
  11. default "4.6-linaro" if GCC_VERSION_4_6_LINARO
  12. default "4.8-linaro" if GCC_VERSION_4_8_LINARO
  13. default "4.6-linaro"
  14. config GCC_VERSION_4_6
  15. bool
  16. default y if GCC_VERSION_4_6_LINARO
  17. config GCC_VERSION_4_8
  18. bool
  19. default y if GCC_VERSION_4_8_LINARO
  20. config GCC_VERSION_5
  21. bool