Config.version 479 B

123456789101112131415
  1. config GLIBC_VERSION
  2. string
  3. depends on USE_GLIBC
  4. default "2.3.6" if GLIBC_VERSION_2_3_6
  5. default "2.6.1" if GLIBC_VERSION_2_6_1
  6. default "2.7" if GLIBC_VERSION_2_7
  7. default "2.7"
  8. config GLIBC_PORTS
  9. bool
  10. depends on USE_GLIBC
  11. default y if GLIBC_VERSION_2_3_6 && (arm || armeb || mips || mipsel)
  12. default y if GLIBC_VERSION_2_6_1 && (arm || armeb || mips || mipsel || powerpc)
  13. default y if GLIBC_VERSION_2_7 && (arm || armeb || mips || mipsel || powerpc)
  14. default n