Config.version 777 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. config GCC_VERSION_4_4_7
  2. default y if (!TOOLCHAINOPTS && avr32)
  3. bool
  4. config GCC_VERSION_4_6_3
  5. bool
  6. config GCC_VERSION_4_6_LINARO
  7. default y if (!TOOLCHAINOPTS && !avr32)
  8. bool
  9. config GCC_VERSION_4_8_LINARO
  10. bool
  11. config GCC_VERSION_4_8_0
  12. bool
  13. config GCC_VERSION
  14. string
  15. default "4.4.7" if GCC_VERSION_4_4_7
  16. default "4.6.3" if GCC_VERSION_4_6_3
  17. default "4.8.0" if GCC_VERSION_4_8_0
  18. default "4.6-linaro" if GCC_VERSION_4_6_LINARO
  19. default "4.8-linaro" if GCC_VERSION_4_8_LINARO
  20. default "4.6-linaro"
  21. config GCC_VERSION_4_4
  22. bool
  23. default y if GCC_VERSION_4_4_7
  24. config GCC_VERSION_4_6
  25. bool
  26. default y if (GCC_VERSION_4_6_3 || GCC_VERSION_4_6_LINARO)
  27. config GCC_VERSION_4_8
  28. bool
  29. default y if (GCC_VERSION_4_8_0 || GCC_VERSION_4_8_LINARO)