Config.version 381 B

1234567891011121314151617
  1. config BINUTILS_VERSION_2_27
  2. default y if (!TOOLCHAINOPTS && !arc)
  3. bool
  4. config BINUTILS_VERSION_2_28
  5. bool
  6. config BINUTILS_VERSION_2_26_ARC
  7. default y if (!TOOLCHAINOPTS && arc)
  8. bool
  9. config BINUTILS_VERSION
  10. string
  11. default "2.27" if BINUTILS_VERSION_2_27
  12. default "2.28" if BINUTILS_VERSION_2_28
  13. default "arc-2016.03" if BINUTILS_VERSION_2_26_ARC