Config.version 845 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. config GCC_VERSION_4_4_7
  2. default y if (!TOOLCHAINOPTS && avr32)
  3. bool
  4. config GCC_VERSION_4_6_LINARO
  5. default y if (!TOOLCHAINOPTS && TARGET_octeon)
  6. bool
  7. config GCC_VERSION_4_8_LINARO
  8. default y if (!TOOLCHAINOPTS && !avr32 && !TARGET_octeon)
  9. bool
  10. config GCC_VERSION_4_9_LINARO
  11. bool
  12. config GCC_VERSION
  13. string
  14. default "4.4.7" if GCC_VERSION_4_4_7
  15. default "4.6.3" if GCC_VERSION_4_6_3
  16. default "4.6-linaro" if GCC_VERSION_4_6_LINARO
  17. default "4.8-linaro" if GCC_VERSION_4_8_LINARO
  18. default "4.9-linaro" if GCC_VERSION_4_9_LINARO
  19. default "4.6-linaro"
  20. config GCC_VERSION_4_4
  21. bool
  22. default y if GCC_VERSION_4_4_7
  23. config GCC_VERSION_4_6
  24. bool
  25. default y if GCC_VERSION_4_6_LINARO
  26. config GCC_VERSION_4_8
  27. bool
  28. default y if GCC_VERSION_4_8_LINARO
  29. config GCC_VERSION_4_9
  30. bool
  31. default y if GCC_VERSION_4_9_LINARO