Config.version 359 B

12345678910111213141516
  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.1.2"
  7. if !TOOLCHAINOPTS
  8. config GCC_VERSION_3_4_6
  9. default y if LINUX_2_4
  10. config GCC_VERSION_4_2_4
  11. default y if TARGET_avr32
  12. default y if TARGET_ppc40x
  13. default y if TARGET_ppc44x
  14. endif