Config.version 380 B

12345678910111213141516
  1. config BINUTILS_VERSION_2_27
  2. bool
  3. config BINUTILS_VERSION_2_28
  4. default y if (!TOOLCHAINOPTS && !arc)
  5. bool
  6. config BINUTILS_VERSION_2_28_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-2017.03" if BINUTILS_VERSION_2_28_ARC