]> sourceware.org Git - glibc.git/blob - config.make.in
Update.
[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 rootsbindir = @libc_cv_rootsbindir@
12
13 # If ldconfig exists. This will go away as soon as `ldconfig' is available
14 # in GNU libc.
15 has-ldconfig = @has_ldconfig@
16
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@
23
24 defines = @DEFINES@
25
26 elf = @elf@
27 have-initfini = @libc_cv_have_initfini@
28
29 versioning = @VERSIONING@
30
31 have-no-whole-archive = @libc_cv_ld_no_whole_archive@
32 have-no-exceptions = @libc_cv_gcc_no_exceptions@
33 have-bash2 = @libc_cv_have_bash2@
34 have-ksh = @libc_cv_have_ksh@
35
36 # Configuration options.
37 gnu-as = @gnu_as@
38 gnu-ld = @gnu_ld@
39 build-shared = @shared@
40 build-profile = @profile@
41 build-omitfp = @omitfp@
42 build-bounded = @bounded@
43 build-static-nss = @static_nss@
44 stdio = @stdio@
45 add-ons = @subdirs@
46 cross-compiling = @cross_compiling@
47
48 # Build tools.
49 CC = @CC@
50 BUILD_CC = @BUILD_CC@
51 CFLAGS = @CFLAGS@
52 AR = @AR@
53 RANLIB = @RANLIB@
54 AS = $(CC) -c
55
56 # Installation tools.
57 INSTALL = @INSTALL@
58 INSTALL_PROGRAM = @INSTALL_PROGRAM@
59 INSTALL_DATA = @INSTALL_DATA@
60 LN_S = @LN_S@
61 MSGFMT = @MSGFMT@
62 BASH = @BASH@
63 KSH = @KSH@
64
65 # More variables may be inserted below by configure.
This page took 0.111181 seconds and 6 git commands to generate.