Config.version 2.0 KB

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