Config.version 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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.4.5" if GCC_VERSION_4_4_5
  15. default "4.5.0" if GCC_VERSION_4_5_0
  16. default "4.5.1" if GCC_VERSION_4_5_1
  17. default "4.4.3+cs" if GCC_VERSION_4_4_3_CS
  18. default "llvm" if GCC_VERSION_LLVM
  19. default "4.1.2"
  20. config GCC_VERSION_4
  21. bool
  22. default y if GCC_VERSION_4_1
  23. default y if GCC_VERSION_4_2
  24. default y if GCC_VERSION_4_3
  25. default y if GCC_VERSION_4_4
  26. default y if GCC_VERSION_4_5
  27. config GCC_VERSION_4_1
  28. bool
  29. default y if GCC_VERSION_4_1_2
  30. config GCC_VERSION_4_2
  31. bool
  32. default y if GCC_VERSION_4_2_4
  33. default y if GCC_VERSION_LLVM
  34. config GCC_VERSION_4_3
  35. bool
  36. default y if GCC_VERSION_4_3_3
  37. default y if GCC_VERSION_4_3_3_CS
  38. default y if GCC_VERSION_4_3_4
  39. default y if GCC_VERSION_4_3_5
  40. config GCC_VERSION_4_4
  41. bool
  42. default y if GCC_VERSION_4_4_1
  43. default y if GCC_VERSION_4_4_1_CS
  44. default y if GCC_VERSION_4_4_2
  45. default y if GCC_VERSION_4_4_3
  46. default y if GCC_VERSION_4_4_3_CS
  47. default y if GCC_VERSION_4_4_4
  48. default y if GCC_VERSION_4_4_5
  49. config GCC_VERSION_4_5
  50. bool
  51. default y if GCC_VERSION_4_5_0
  52. default y if GCC_VERSION_4_5_1
  53. if !TOOLCHAINOPTS
  54. config GCC_VERSION_4_2_4
  55. default y if avr32
  56. config GCC_VERSION_4_3_3
  57. default y if powerpc64
  58. default y if TARGET_etrax
  59. default y if TARGET_coldfire
  60. config GCC_VERSION_4_3_4
  61. default y if TARGET_gemini
  62. config GCC_VERSION_4_3_3_CS
  63. default y if (mips || mipsel) && !(TARGET_octeon || TARGET_sibyte)
  64. default y if (arm || armeb) && !TARGET_gemini
  65. config GCC_VERSION_4_4_1
  66. default y if ubicom32
  67. config GCC_VERSION_4_4_3
  68. default y if powerpc
  69. config GCC_VERSION_4_4_4
  70. default y if (TARGET_octeon || TARGET_sibyte || TARGET_omap35xx)
  71. endif