]> git.ipfire.org Git - thirdparty/glibc.git/blame - config.make.in
Update.
[thirdparty/glibc.git] / config.make.in
CommitLineData
28f540f4
RM
1# @configure_input@
2# From $Id$.
3# Don't edit this file. Put configuration parameters in configparms instead.
4
ff3d7ed3 5# Installation prefixes.
8d57beea 6install_root =
ff3d7ed3
RM
7prefix = @prefix@
8exec_prefix = @exec_prefix@
84384f5b
UD
9slibdir = @libc_cv_slibdir@
10sysconfdir = @libc_cv_sysconfdir@
8d57beea 11rootsbindir = @libc_cv_rootsbindir@
1ef32c3d
UD
12
13# If ldconfig exists. This will go away as soon as `ldconfig' is available
14# in GNU libc.
15has-ldconfig = @has_ldconfig@
ff3d7ed3
RM
16
17# System configuration.
28f540f4 18config-machine = @host_cpu@
f0523145 19base-machine = @base_machine@
28f540f4
RM
20config-vendor = @host_vendor@
21config-os = @host_os@
22config-sysdirs = @sysnames@
23
33a934a3 24defines = @DEFINES@
ff3d7ed3 25
99a9e88e 26elf = @elf@
99a9e88e 27have-initfini = @libc_cv_have_initfini@
5ae3e846 28need-nopic-initfini = @nopic_initfini@
99a9e88e 29
377a515b
UD
30versioning = @VERSIONING@
31
a641835a 32have-no-whole-archive = @libc_cv_ld_no_whole_archive@
b236e99d 33have-no-exceptions = @libc_cv_gcc_no_exceptions@
84384f5b 34have-bash2 = @libc_cv_have_bash2@
5290baf0 35have-ksh = @libc_cv_have_ksh@
a641835a 36
424f8c09 37# Configuration options.
28f540f4
RM
38gnu-as = @gnu_as@
39gnu-ld = @gnu_ld@
650425ce 40build-static = @static@
ff3d7ed3 41build-shared = @shared@
cc3fa755 42build-pic-default= @pic_default@
ff3d7ed3
RM
43build-profile = @profile@
44build-omitfp = @omitfp@
5a97622d 45build-bounded = @bounded@
5107cf1d 46build-static-nss = @static_nss@
deab9dea 47stdio = @stdio@
6b3a2224 48add-ons = @subdirs@
779ae82e 49cross-compiling = @cross_compiling@
28f540f4 50
26b4d766
UD
51LDAP = @LDAP@
52
424f8c09 53# Build tools.
28f540f4 54CC = @CC@
072ebcef 55BUILD_CC = @BUILD_CC@
6e86a7c2 56CFLAGS = @CFLAGS@
28f540f4
RM
57AR = @AR@
58RANLIB = @RANLIB@
ea03559a 59AS = $(CC) -c
28f540f4 60
424f8c09 61# Installation tools.
28f540f4
RM
62INSTALL = @INSTALL@
63INSTALL_PROGRAM = @INSTALL_PROGRAM@
64INSTALL_DATA = @INSTALL_DATA@
0e3426bb 65LN_S = @LN_S@
ce4d8b66 66MSGFMT = @MSGFMT@
a2b08ee5
UD
67
68# Script execution tools.
84384f5b 69BASH = @BASH@
5290baf0 70KSH = @KSH@
a2b08ee5 71PERL = @PERL@
28f540f4
RM
72
73# More variables may be inserted below by configure.