Config.version 998 B

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