]> 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 # Maybe the `ldd' script must be rewritten.
19 ldd-rewrite-script = @ldd_rewrite_script@
20
21 # System configuration.
22 config-machine = @host_cpu@
23 base-machine = @base_machine@
24 config-vendor = @host_vendor@
25 config-os = @host_os@
26 config-sysdirs = @sysnames@
27
28 defines = @DEFINES@
29 sysincludes = @SYSINCLUDES@
30
31 elf = @elf@
32 have-initfini = @libc_cv_have_initfini@
33 need-nopic-initfini = @nopic_initfini@
34 with-cvs = @with_cvs@
35
36 versioning = @VERSIONING@
37
38 have-ar-S=@libc_cv_ar_S@
39 have-no-whole-archive = @libc_cv_ld_no_whole_archive@
40 have-no-exceptions = @libc_cv_gcc_no_exceptions@
41 have-bash2 = @libc_cv_have_bash2@
42 have-ksh = @libc_cv_have_ksh@
43
44 # Configuration options.
45 gnu-as = @gnu_as@
46 gnu-ld = @gnu_ld@
47 build-static = @static@
48 build-shared = @shared@
49 build-pic-default= @pic_default@
50 build-profile = @profile@
51 build-omitfp = @omitfp@
52 build-bounded = @bounded@
53 build-static-nss = @static_nss@
54 stdio = @stdio@
55 add-ons = @subdirs@
56 cross-compiling = @cross_compiling@
57 force-install = @force_install@
58
59 LDAP = @LDAP@
60
61 # Build tools.
62 CC = @CC@
63 BUILD_CC = @BUILD_CC@
64 CFLAGS = @CFLAGS@
65 AR = @AR@
66 RANLIB = @RANLIB@
67 MAKEINFO = @MAKEINFO@
68 AS = $(CC) -c
69 MIG = @MIG@
70
71 # Installation tools.
72 INSTALL = @INSTALL@
73 INSTALL_PROGRAM = @INSTALL_PROGRAM@
74 INSTALL_DATA = @INSTALL_DATA@
75 LN_S = @LN_S@
76 MSGFMT = @MSGFMT@
77
78 # Script execution tools.
79 BASH = @BASH@
80 KSH = @KSH@
81 AWK = @AWK@
82 PERL = @PERL@
83
84 # More variables may be inserted below by configure.