Config.version 385 B

12345678910111213141516
  1. config BINUTILS_VERSION_2_29_ARC
  2. default y if (!TOOLCHAINOPTS && arc)
  3. bool
  4. config BINUTILS_VERSION_2_29_1
  5. bool
  6. config BINUTILS_VERSION_2_30
  7. default y if (!TOOLCHAINOPTS && !arc)
  8. bool
  9. config BINUTILS_VERSION
  10. string
  11. default "2.29.1" if BINUTILS_VERSION_2_29_1
  12. default "2.30" if BINUTILS_VERSION_2_30
  13. default "arc-2017.09" if BINUTILS_VERSION_2_29_ARC