Config.version 881 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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.1.2"
  8. config GCC_VERSION_3
  9. bool
  10. default y if GCC_VERSION_3_4_6
  11. config GCC_VERSION_3_4
  12. bool
  13. default y if GCC_VERSION_3_4_6
  14. config GCC_VERSION_4
  15. bool
  16. default y if GCC_VERSION_4_1
  17. default y if GCC_VERSION_4_2
  18. default y if GCC_VERSION_4_3
  19. config GCC_VERSION_4_1
  20. bool
  21. default y if GCC_VERSION_4_1_2
  22. config GCC_VERSION_4_2
  23. bool
  24. default y if GCC_VERSION_4_2_4
  25. config GCC_VERSION_4_3
  26. bool
  27. default y if GCC_VERSION_4_3_3
  28. if !TOOLCHAINOPTS
  29. config GCC_VERSION_3_4_6
  30. default y if LINUX_2_4
  31. config GCC_VERSION_4_2_4
  32. default y if TARGET_avr32
  33. default y if TARGET_ppc40x
  34. default y if TARGET_ppc44x
  35. config GCC_VERSION_4_3_3
  36. default y if TARGET_ps3
  37. endif