summaryrefslogtreecommitdiffstats
path: root/rules/glibc.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-03-19 20:23:26 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-03-19 20:23:26 +0000
commit9f5eb82ea0735b417968729df2c72204df98e730 (patch)
tree50386a9508757543a9392c96e12b160dc7b9ac77 /rules/glibc.in
parent16f9a25e7b1502ab464febd2efd6c907f1e0b766 (diff)
downloadptxdist-9f5eb82ea0735b417968729df2c72204df98e730.tar.gz
ptxdist-9f5eb82ea0735b417968729df2c72204df98e730.tar.xz
merged abandon-glibc trunk
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2380 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/glibc.in')
-rw-r--r--rules/glibc.in80
1 files changed, 8 insertions, 72 deletions
diff --git a/rules/glibc.in b/rules/glibc.in
index 9c88410ec..b6646bd65 100644
--- a/rules/glibc.in
+++ b/rules/glibc.in
@@ -1,163 +1,99 @@
-config GLIBC_PTHREADS
- bool
- prompt "Compile glibc with pthreads"
- default y
- depends on GLIBC && LIBC
-
-config GLIBC_NPTL
- bool
- prompt "Compile glibc with NPTL"
- depends on GLIBC_TLS && LIBC && !GLIBC_PTHREADS
-
-config GLIBC_TLS
- bool
- prompt "Compile glibc with TLS"
- default n
- depends on GLIBC && LIBC
-
-config GLIBC_LIBIO
- bool
- prompt "Build in GNU libio instead of GNU stdio"
- default n
- depends on GLIBC && LIBC
-
-config GLIBC_SHARED
- bool
- prompt "Build shared library"
- default y
- depends on GLIBC && LIBC
-
-config GLIBC_PROFILED
- bool
- prompt "Include profiling support"
- default n
- depends on GLIBC && LIBC
-
-config GLIBC_OMITFP
- bool
- prompt "Build undebuggable optimized library"
- default n
- depends on GLIBC && LIBC
-
-config GLIBC_BOUNDED
- bool
- prompt "Build with runtime bounds checking"
- depends on GLIBC && LIBC
-
-config GLIBC_OPTKERNEL
- bool
- prompt "Optimize glibc for selected kernel version"
- default n
- depends on GLIBC && LIBC
-
config GLIBC_DEBUG
bool "Don't strip debugging symbols"
- depends on GLIBC && LIBC
# ----------
comment "Install options"
- depends on GLIBC && LIBC
+
+config GLIBC_PTHREAD
+ bool
+ prompt "Install libpthread on the target"
config GLIBC_THREAD_DB
bool
prompt "Install libthread_db on the target"
- depends on GLIBC && LIBC
config GLIBC_LIBRT
bool
prompt "Install librt on the target"
default n
- depends on GLIBC && LIBC
config GLIBC_DL
bool
prompt "Install libdl on the target"
- depends on GLIBC && LIBC
config GLIBC_CRYPT
bool
prompt "Install libcrypt on the target"
- depends on GLIBC && LIBC
config GLIBC_UTIL
bool
prompt "Install libutil on the target"
- depends on GLIBC && LIBC
config GLIBC_LIBM
bool
prompt "Install libm on the target"
- depends on GLIBC && LIBC
config GLIBC_NSS_DNS
bool
prompt "Install libnss_dns"
- depends on GLIBC && LIBC
select GLIBC_RESOLV
config GLIBC_NSS_FILES
bool
prompt "Install libnss_files"
- depends on GLIBC && LIBC
config GLIBC_NSS_HESIOD
bool
prompt "Install libnss_hesiod"
- depends on GLIBC && LIBC
select GLIBC_RESOLV
select GLIBC_NSS_FILES
config GLIBC_NSS_NIS
bool
prompt "Install libnss_nis"
- depends on GLIBC && LIBC
select GLIBC_NSL
select GLIBC_NSS_FILES
config GLIBC_NSS_NISPLUS
bool
prompt "Install libnss_nisplus"
- depends on GLIBC && LIBC
select GLIBC_NSL
config GLIBC_NSS_COMPAT
bool
prompt "Install libnss_compat"
- depends on GLIBC && LIBC
select GLIBC_NSL
config GLIBC_RESOLV
bool
prompt "Install libresolv"
- depends on GLIBC && LIBC
config GLIBC_NSL
bool
prompt "Install libnsl"
- depends on GLIBC && LIBC
# -----
config GLIBC_GCONV
bool
prompt "Install gconv libraries"
- depends on GLIBC && LIBC
+ depends on GLIBC
config GLIBC_GCONV_ISO8859_1
bool
prompt " ISO8859-1"
- depends on GLIBC_GCONV && LIBC
+ depends on GLIBC_GCONV
# -----
comment "Timezone Files"
- depends on GLIBC && LIBC
+ depends on GLIBC
config GLIBC_ZONEINFO
bool
prompt "Install zoneinfo files"
- depends on GLIBC && LIBC
+ depends on GLIBC
default N
config GLIBC_ZONEINFO_AFRICA