2
0

Config.version 415 B

1234567891011121314151617
  1. config BINUTILS_VERSION_2_24_LINARO
  2. bool
  3. config BINUTILS_VERSION_2_25_1
  4. default y if (!TOOLCHAINOPTS && !arc)
  5. bool
  6. config BINUTILS_VERSION_2_23_ARC
  7. default y if (!TOOLCHAINOPTS && arc)
  8. bool
  9. config BINUTILS_VERSION
  10. string
  11. default "2.24-linaro" if BINUTILS_VERSION_2_24_LINARO
  12. default "2.25.1" if BINUTILS_VERSION_2_25_1
  13. default "arc-2015.06" if BINUTILS_VERSION_2_23_ARC