Config.version 725 B

12345678910111213141516171819202122232425262728293031323334
  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_4_9_LINARO
  8. bool
  9. config GCC_VERSION
  10. string
  11. default "4.6.3" if GCC_VERSION_4_6_3
  12. default "5.2.0" if GCC_VERSION_5
  13. default "4.6-linaro" if GCC_VERSION_4_6_LINARO
  14. default "4.8-linaro" if GCC_VERSION_4_8_LINARO
  15. default "4.9-linaro" if GCC_VERSION_4_9_LINARO
  16. default "4.6-linaro"
  17. config GCC_VERSION_4_6
  18. bool
  19. default y if GCC_VERSION_4_6_LINARO
  20. config GCC_VERSION_4_8
  21. bool
  22. default y if GCC_VERSION_4_8_LINARO
  23. config GCC_VERSION_4_9
  24. bool
  25. default y if GCC_VERSION_4_9_LINARO
  26. config GCC_VERSION_5
  27. bool