Config.version 659 B

123456789101112131415161718192021222324252627282930
  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 "4.6-linaro" if GCC_VERSION_4_6_LINARO
  13. default "4.8-linaro" if GCC_VERSION_4_8_LINARO
  14. default "4.9-linaro" if GCC_VERSION_4_9_LINARO
  15. default "4.6-linaro"
  16. config GCC_VERSION_4_6
  17. bool
  18. default y if GCC_VERSION_4_6_LINARO
  19. config GCC_VERSION_4_8
  20. bool
  21. default y if GCC_VERSION_4_8_LINARO
  22. config GCC_VERSION_4_9
  23. bool
  24. default y if GCC_VERSION_4_9_LINARO