# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../dietlibc/subconfig-libc.hlp
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2004 Clifford Wolf
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---

SDECFG_DIETLIBC
  If you select this option you will be able to select to compile some
  packages with dietlibc instead of glibc. That means that this binaries
  will probably be smaller and faster but can also be more unstable and
  your build will more likely fail.

SDECFG_DIETLIBC_DYN
  This option controls whether to link binaries dynamically with the
  dietlibc. Normally you link programs statically with dietlibc. The
  dynamic linker of dietlibc is only a proof of concept and not a stable
  program! And so enabling this options will most likely fail to compile
  ...

MENU_PKG_DIETLIBC_FEATURES
  Here you find special (adjustable) features of dietlibc

SDECFG_DIETWANT_SYSENTER
  On i386, Linux has an alternate syscall method since 2002/12/16
  on my Athlon XP, it is twice as fast, but it's only in kernel 2.5
  20040118: enabling this breaks User Mode Linux!  It's their fault.