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