Config.version 976 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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.1" if GCC_VERSION_4_3_1
  7. default "4.3.2" if GCC_VERSION_4_3_2
  8. default "4.3.3" if GCC_VERSION_4_3_3
  9. default "4.1.2"
  10. config GCC_VERSION_3
  11. bool
  12. default y if GCC_VERSION_3_4_6
  13. config GCC_VERSION_3_4
  14. bool
  15. default y if GCC_VERSION_3_4_6
  16. config GCC_VERSION_4
  17. bool
  18. default y if GCC_VERSION_4_1
  19. default y if GCC_VERSION_4_2
  20. default y if GCC_VERSION_4_3
  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_1
  30. default y if GCC_VERSION_4_3_2
  31. default y if GCC_VERSION_4_3_3
  32. if !TOOLCHAINOPTS
  33. config GCC_VERSION_3_4_6
  34. default y if LINUX_2_4
  35. config GCC_VERSION_4_2_4
  36. default y if TARGET_avr32
  37. default y if TARGET_ppc40x
  38. default y if TARGET_ppc44x
  39. endif