2
0

Config.version 1.8 KB

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