Config.version 296 B

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