Config.version 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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.2" if GCC_VERSION_4_4_2
  11. default "llvm" if GCC_VERSION_LLVM
  12. default "4.1.2"
  13. config GCC_VERSION_3
  14. bool
  15. default y if GCC_VERSION_3_4_6
  16. config GCC_VERSION_3_4
  17. bool
  18. default y if GCC_VERSION_3_4_6
  19. if !LINUX_2_4
  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. 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. config GCC_VERSION_4_4
  39. bool
  40. default y if GCC_VERSION_4_4_1
  41. default y if GCC_VERSION_4_4_2
  42. endif
  43. if !TOOLCHAINOPTS
  44. config GCC_VERSION_3_4_6
  45. default y if LINUX_2_4
  46. if !LINUX_2_4
  47. config GCC_VERSION_4_2_4
  48. default y if TARGET_avr32
  49. default y if TARGET_ppc40x
  50. default y if TARGET_ppc44x
  51. config GCC_VERSION_4_3_3
  52. default y if powerpc64
  53. default y if TARGET_etrax
  54. default y if TARGET_coldfire
  55. config GCC_VERSION_4_3_3_CS
  56. default y if mips || mipsel
  57. default y if arm || armeb
  58. config GCC_VERSION_4_4_1
  59. default y if ubicom32
  60. default y if TARGET_octeon
  61. endif
  62. endif