Config.version 393 B

1234567891011121314151617
  1. config BINUTILS_VERSION_2_25_1
  2. default y if (!TOOLCHAINOPTS && !arc)
  3. bool
  4. config BINUTILS_VERSION_2_27
  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.25.1" if BINUTILS_VERSION_2_25_1
  12. default "2.27" if BINUTILS_VERSION_2_27
  13. default "arc-2016.03" if BINUTILS_VERSION_2_26_ARC