Config.version 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. config GCC_VERSION
  2. string
  3. default "3.4.6" if GCC_VERSION_3_4_6
  4. default "4.1.2" if GCC_VERSION_4_1_2
  5. default "4.2.4" if GCC_VERSION_4_2_4
  6. default "4.3.3" if GCC_VERSION_4_3_3
  7. default "4.3.4" if GCC_VERSION_4_3_4
  8. default "4.4.0" if GCC_VERSION_4_4_0
  9. default "4.4.1" if GCC_VERSION_4_4_1
  10. default "4.1.2"
  11. config GCC_VERSION_3
  12. bool
  13. default y if GCC_VERSION_3_4_6
  14. config GCC_VERSION_3_4
  15. bool
  16. default y if GCC_VERSION_3_4_6
  17. config GCC_VERSION_4
  18. bool
  19. default y if GCC_VERSION_4_1
  20. default y if GCC_VERSION_4_2
  21. default y if GCC_VERSION_4_3
  22. default y if GCC_VERSION_4_4
  23. config GCC_VERSION_4_1
  24. bool
  25. default y if GCC_VERSION_4_1_2
  26. config GCC_VERSION_4_2
  27. bool
  28. default y if GCC_VERSION_4_2_4
  29. config GCC_VERSION_4_3
  30. bool
  31. default y if GCC_VERSION_4_3_3
  32. default y if GCC_VERSION_4_3_4
  33. config GCC_VERSION_4_4
  34. bool
  35. default y if GCC_VERSION_4_4_0
  36. default y if GCC_VERSION_4_4_1
  37. if !TOOLCHAINOPTS
  38. config GCC_VERSION_3_4_6
  39. default y if LINUX_2_4
  40. config GCC_VERSION_4_2_4
  41. default y if TARGET_avr32
  42. default y if TARGET_ppc40x
  43. default y if TARGET_ppc44x
  44. config GCC_VERSION_4_3_3
  45. default y if powerpc64
  46. default y if TARGET_etrax
  47. default y if TARGET_coldfire
  48. config GCC_VERSION_4_4_0
  49. default y if ubicom32
  50. config GCC_VERSION_4_4_1
  51. default y if TARGET_octeon
  52. endif