Fix whitespace issue.
[glibc.git] / config.make.in
blob3f6a698f2015476c71a8fb30415ef730297086fe
1 # @configure_input@
2 # Don't edit this file. Put configuration parameters in configparms instead.
4 version = @VERSION@
5 release = @RELEASE@
7 # Installation prefixes.
8 install_root =
9 prefix = @prefix@
10 exec_prefix = @exec_prefix@
11 datadir = @datadir@
12 libdir = @libdir@
13 slibdir = @libc_cv_slibdir@
14 localedir = @libc_cv_localedir@
15 sysconfdir = @libc_cv_sysconfdir@
16 libexecdir = @libexecdir@
17 rootsbindir = @libc_cv_rootsbindir@
18 infodir = @infodir@
19 includedir = @includedir@
20 datarootdir = @datarootdir@
22 # Should we use and build ldconfig?
23 use-ldconfig = @use_ldconfig@
25 # Maybe the `ldd' script must be rewritten.
26 ldd-rewrite-script = @ldd_rewrite_script@
28 # System configuration.
29 config-machine = @host_cpu@
30 base-machine = @base_machine@
31 config-vendor = @host_vendor@
32 config-os = @host_os@
33 config-sysdirs = @sysnames@
34 cflags-cpu = @libc_cv_cc_submachine@
35 asflags-cpu = @libc_cv_cc_submachine@
37 config-cflags-sse4 = @libc_cv_cc_sse4@
38 config-cflags-avx = @libc_cv_cc_avx@
39 config-cflags-novzeroupper = @libc_cv_cc_novzeroupper@
40 config-asflags-i686 = @libc_cv_as_i686@
42 defines = @DEFINES@
43 sysincludes = @SYSINCLUDES@
44 c++-sysincludes = @CXX_SYSINCLUDES@
45 all-warnings = @all_warnings@
47 elf = @elf@
48 have-z-combreloc = @libc_cv_z_combreloc@
49 have-z-execstack = @libc_cv_z_execstack@
50 have-initfini = @libc_cv_have_initfini@
51 have-Bgroup = @libc_cv_Bgroup@
52 have-as-needed = @libc_cv_as_needed@
53 libgcc_s_suffix = @libc_cv_libgcc_s_suffix@
54 need-nopic-initfini = @nopic_initfini@
55 with-fp = @with_fp@
56 with-cvs = @with_cvs@
57 old-glibc-headers = @old_glibc_headers@
58 unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
59 have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@
60 enable-check-abi = @enable_check_abi@
61 have-forced-unwind = @libc_cv_forced_unwind@
62 have-fpie = @libc_cv_fpie@
63 gnu89-inline-CFLAGS = @gnu89_inline@
64 have-ssp = @libc_cv_ssp@
65 have-selinux = @have_selinux@
66 have-libaudit = @have_libaudit@
67 have-libcap = @have_libcap@
68 have-cc-with-libunwind = @libc_cv_cc_with_libunwind@
69 fno-unit-at-a-time = @fno_unit_at_a_time@
70 bind-now = @bindnow@
71 have-hash-style = @libc_cv_hashstyle@
73 static-libgcc = @libc_cv_gcc_static_libgcc@
75 versioning = @VERSIONING@
76 oldest-abi = @oldest_abi@
77 no-whole-archive = @no_whole_archive@
78 exceptions = @exceptions@
79 multi-arch = @multi_arch@
81 mach-interface-list = @mach_interface_list@
83 have-bash2 = @libc_cv_have_bash2@
84 have-ksh = @libc_cv_have_ksh@
86 sizeof-long-double = @sizeof_long_double@
88 experimental-malloc = @experimental_malloc@
90 nss-crypt = @libc_cv_nss_crypt@
92 # Configuration options.
93 build-static = @static@
94 build-shared = @shared@
95 build-pic-default= @libc_cv_pic_default@
96 build-profile = @profile@
97 build-omitfp = @omitfp@
98 build-bounded = @bounded@
99 build-static-nss = @static_nss@
100 add-ons = @add_ons@
101 add-on-subdirs = @add_on_subdirs@
102 sysdeps-add-ons = @sysdeps_add_ons@
103 cross-compiling = @cross_compiling@
104 force-install = @force_install@
106 # Build tools.
107 CC = @CC@
108 CXX = @CXX@
109 BUILD_CC = @BUILD_CC@
110 CFLAGS = @CFLAGS@
111 ASFLAGS-config = @ASFLAGS_config@
112 AR = @AR@
113 RANLIB = @RANLIB@
114 MAKEINFO = @MAKEINFO@
115 AS = $(CC) -c
116 MIG = @MIG@
117 PWD_P = @PWD_P@
118 BISON = @BISON@
119 AUTOCONF = @AUTOCONF@
120 OBJDUMP = @OBJDUMP@
122 # Installation tools.
123 INSTALL = @INSTALL@
124 INSTALL_PROGRAM = @INSTALL_PROGRAM@
125 INSTALL_SCRIPT = @INSTALL_SCRIPT@
126 INSTALL_DATA = @INSTALL_DATA@
127 INSTALL_INFO = @INSTALL_INFO@
128 LN_S = @LN_S@
129 MSGFMT = @MSGFMT@
131 # Script execution tools.
132 BASH = @BASH_SHELL@
133 KSH = @KSH@
134 AWK = @AWK@
135 PERL = @PERL@
137 # Additional libraries.
138 LIBGD = @LIBGD@
140 # More variables may be inserted below by configure.