Config.version 270 B

1234567891011
  1. config GLIBC_VERSION
  2. string
  3. depends on USE_GLIBC
  4. default "2.14" if GLIBC_VERSION_2_14
  5. default "2.14"
  6. config GLIBC_PORTS
  7. bool
  8. depends on USE_GLIBC
  9. default y if GLIBC_VERSION_2_14 && (arm || armeb || mips || mipsel || mips64 || mips64el || powerpc)
  10. default n