Config.version 390 B

123456789101112131415161718
  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.0" if GCC_VERSION_4_2_0
  6. default "4.2.1" if GCC_VERSION_4_2_1
  7. default "4.2.2" if GCC_VERSION_4_2_2
  8. default "4.1.2"
  9. if !TOOLCHAINOPTS
  10. config GCC_VERSION_3_4_6
  11. default y if LINUX_2_4
  12. config GCC_VERSION_4_2_0
  13. default y if TARGET_magicbox
  14. endif