OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.3 KiB

  1. #!/bin/sh
  2. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. #
  5. # Filename: package/.../uclibc/subconfig-libc-300.in
  6. # Copyright (C) 2010 - 2011 The OpenSDE Project
  7. # Copyright (C) 2004 - 2006 The T2 SDE Project
  8. #
  9. # More information can be found in the files COPYING and README.
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; version 2 of the License. A copy of the
  14. # GNU General Public License can be found in the file COPYING.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. # uclibc and glibc don't cohexist in our approach //mnemoc
  17. if [ "$SDECFG_LIBC" == "uclibc" ]; then
  18. pkgremove glibc
  19. comment 'uClibc options'
  20. comment ' '
  21. comment 'Thread support:'
  22. choice SDECFG_PKG_UCLIBC_THREADSUPPORT old \
  23. none "disable thread support" \
  24. old "use older version of linuxthreads (stable)" \
  25. new "use slightly newer version of linuxthreads (not much tested)" \
  26. nptl "Native POSIX Threading (NPTL) (experimental)"
  27. comment ' '
  28. comment 'Legacy feature support:'
  29. bool 'Enable SuSv3 LEGACY functions' SDECFG_PKG_UCLIBC_SUSV3_LEGACY 0
  30. bool 'Enable SuSv4 LEGACY or obsolescent functions' SDECFG_PKG_UCLIBC_SUSV4_LEGACY 0
  31. fi