Config.version 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. config GCC_VERSION
  2. string
  3. default "4.1.2" if GCC_VERSION_4_1_2
  4. default "4.2.4" if GCC_VERSION_4_2_4
  5. default "4.3.3" if GCC_VERSION_4_3_3
  6. default "4.3.3+cs" if GCC_VERSION_4_3_3_CS
  7. default "4.3.4" if GCC_VERSION_4_3_4
  8. default "4.3.5" if GCC_VERSION_4_3_5
  9. default "4.4.1" if GCC_VERSION_4_4_1
  10. default "4.4.1+cs" if GCC_VERSION_4_4_1_CS
  11. default "4.4.2" if GCC_VERSION_4_4_2
  12. default "4.4.3" if GCC_VERSION_4_4_3
  13. default "4.4.4" if GCC_VERSION_4_4_4
  14. default "4.5.0" if GCC_VERSION_4_5_0
  15. default "4.5.1" if GCC_VERSION_4_5_1
  16. default "4.4.3+cs" if GCC_VERSION_4_4_3_CS
  17. default "llvm" if GCC_VERSION_LLVM
  18. default "4.1.2"
  19. config GCC_VERSION_4
  20. bool
  21. default y if GCC_VERSION_4_1
  22. default y if GCC_VERSION_4_2
  23. default y if GCC_VERSION_4_3
  24. default y if GCC_VERSION_4_4
  25. default y if GCC_VERSION_4_5
  26. config GCC_VERSION_4_1
  27. bool
  28. default y if GCC_VERSION_4_1_2
  29. config GCC_VERSION_4_2
  30. bool
  31. default y if GCC_VERSION_4_2_4
  32. default y if GCC_VERSION_LLVM
  33. config GCC_VERSION_4_3
  34. bool
  35. default y if GCC_VERSION_4_3_3
  36. default y if GCC_VERSION_4_3_3_CS
  37. default y if GCC_VERSION_4_3_4
  38. default y if GCC_VERSION_4_3_5
  39. config GCC_VERSION_4_4
  40. bool
  41. default y if GCC_VERSION_4_4_1
  42. default y if GCC_VERSION_4_4_1_CS
  43. default y if GCC_VERSION_4_4_2
  44. default y if GCC_VERSION_4_4_3
  45. default y if GCC_VERSION_4_4_3_CS
  46. default y if GCC_VERSION_4_4_4
  47. config GCC_VERSION_4_5
  48. bool
  49. default y if GCC_VERSION_4_5_0
  50. default y if GCC_VERSION_4_5_1
  51. if !TOOLCHAINOPTS
  52. config GCC_VERSION_4_2_4
  53. default y if avr32
  54. config GCC_VERSION_4_3_3
  55. default y if powerpc64
  56. default y if TARGET_etrax
  57. default y if TARGET_coldfire
  58. config GCC_VERSION_4_3_4
  59. default y if TARGET_gemini
  60. config GCC_VERSION_4_3_3_CS
  61. default y if (mips || mipsel) && !(TARGET_octeon || TARGET_sibyte)
  62. default y if (arm || armeb) && !TARGET_gemini
  63. config GCC_VERSION_4_4_1
  64. default y if ubicom32
  65. config GCC_VERSION_4_4_3
  66. default y if powerpc
  67. config GCC_VERSION_4_4_4
  68. default y if (TARGET_octeon || TARGET_sibyte || TARGET_omap35xx)
  69. endif