Update.
[glibc.git] / config.make.in
blob14ce430a30caf436a9faa3e427ab11d2b13c1087
1 # @configure_input@
2 # From $Id$.
3 # Don't edit this file. Put configuration parameters in configparms instead.
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 rootsbindir = @libc_cv_rootsbindir@
13 # If ldconfig exists. This will go away as soon as `ldconfig' is available
14 # in GNU libc.
15 has-ldconfig = @has_ldconfig@
17 # System configuration.
18 config-machine = @host_cpu@
19 base-machine = @base_machine@
20 config-vendor = @host_vendor@
21 config-os = @host_os@
22 config-sysdirs = @sysnames@
24 defines = @DEFINES@
26 elf = @elf@
27 have-initfini = @libc_cv_have_initfini@
28 need-nopic-initfini = @nopic_initfini@
30 versioning = @VERSIONING@
32 have-no-whole-archive = @libc_cv_ld_no_whole_archive@
33 have-no-exceptions = @libc_cv_gcc_no_exceptions@
34 have-bash2 = @libc_cv_have_bash2@
35 have-ksh = @libc_cv_have_ksh@
37 # Configuration options.
38 gnu-as = @gnu_as@
39 gnu-ld = @gnu_ld@
40 build-shared = @shared@
41 build-profile = @profile@
42 build-omitfp = @omitfp@
43 build-bounded = @bounded@
44 build-static-nss = @static_nss@
45 stdio = @stdio@
46 add-ons = @subdirs@
47 cross-compiling = @cross_compiling@
49 # Build tools.
50 CC = @CC@
51 BUILD_CC = @BUILD_CC@
52 CFLAGS = @CFLAGS@
53 AR = @AR@
54 RANLIB = @RANLIB@
55 AS = $(CC) -c
57 # Installation tools.
58 INSTALL = @INSTALL@
59 INSTALL_PROGRAM = @INSTALL_PROGRAM@
60 INSTALL_DATA = @INSTALL_DATA@
61 LN_S = @LN_S@
62 MSGFMT = @MSGFMT@
63 BASH = @BASH@
64 KSH = @KSH@
66 # More variables may be inserted below by configure.