Config.version 505 B

1234567891011121314151617181920212223
  1. config GCC_VERSION_4_6_LINARO
  2. default y if (!TOOLCHAINOPTS && TARGET_octeon)
  3. bool
  4. config GCC_VERSION_4_8_LINARO
  5. default y if (!TOOLCHAINOPTS && !TARGET_octeon)
  6. bool
  7. config GCC_VERSION
  8. string
  9. default "4.6.3" if GCC_VERSION_4_6_3
  10. default "4.6-linaro" if GCC_VERSION_4_6_LINARO
  11. default "4.8-linaro" if GCC_VERSION_4_8_LINARO
  12. default "4.6-linaro"
  13. config GCC_VERSION_4_6
  14. bool
  15. default y if GCC_VERSION_4_6_LINARO
  16. config GCC_VERSION_4_8
  17. bool
  18. default y if GCC_VERSION_4_8_LINARO