]> git.ipfire.org Git - thirdparty/glibc.git/blob - config.make.in
Always run check-abi
[thirdparty/glibc.git] / config.make.in
1 # @configure_input@
2 # Don't edit this file. Put configuration parameters in configparms instead.
3
4 version = @VERSION@
5 release = @RELEASE@
6
7 # Installation prefixes.
8 install_root = $(DESTDIR)
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@
21
22 # Should we use and build ldconfig?
23 use-ldconfig = @use_ldconfig@
24
25 # Maybe the `ldd' script must be rewritten.
26 ldd-rewrite-script = @ldd_rewrite_script@
27
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@
36
37 config-cflags-sse4 = @libc_cv_cc_sse4@
38 config-cflags-avx = @libc_cv_cc_avx@
39 config-cflags-sse2avx = @libc_cv_cc_sse2avx@
40 config-cflags-novzeroupper = @libc_cv_cc_novzeroupper@
41 config-cflags-nofma = @libc_cv_cc_nofma@
42 config-asflags-i686 = @libc_cv_as_i686@
43
44 defines = @DEFINES@
45 sysincludes = @SYSINCLUDES@
46 c++-sysincludes = @CXX_SYSINCLUDES@
47 all-warnings = @all_warnings@
48
49 have-z-combreloc = @libc_cv_z_combreloc@
50 have-z-execstack = @libc_cv_z_execstack@
51 have-Bgroup = @libc_cv_Bgroup@
52 with-fp = @with_fp@
53 old-glibc-headers = @old_glibc_headers@
54 unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
55 have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@
56 have-forced-unwind = @libc_cv_forced_unwind@
57 have-fpie = @libc_cv_fpie@
58 have-mfma4 = @libc_cv_cc_fma4@
59 have-as-vis3 = @libc_cv_sparc_as_vis3@
60 gnu89-inline-CFLAGS = @gnu89_inline@
61 have-ssp = @libc_cv_ssp@
62 have-selinux = @have_selinux@
63 have-libaudit = @have_libaudit@
64 have-libcap = @have_libcap@
65 have-cc-with-libunwind = @libc_cv_cc_with_libunwind@
66 fno-unit-at-a-time = @fno_unit_at_a_time@
67 bind-now = @bindnow@
68 have-hash-style = @libc_cv_hashstyle@
69 use-default-link = @use_default_link@
70 output-format = @libc_cv_output_format@
71
72 static-libgcc = @libc_cv_gcc_static_libgcc@
73
74 versioning = @VERSIONING@
75 oldest-abi = @oldest_abi@
76 exceptions = @exceptions@
77 multi-arch = @multi_arch@
78
79 mach-interface-list = @mach_interface_list@
80
81 have-bash2 = @libc_cv_have_bash2@
82 have-ksh = @libc_cv_have_ksh@
83
84 sizeof-long-double = @sizeof_long_double@
85
86 nss-crypt = @libc_cv_nss_crypt@
87
88 # Configuration options.
89 build-shared = @shared@
90 build-pic-default= @libc_cv_pic_default@
91 build-profile = @profile@
92 build-bounded = no
93 build-static-nss = @static_nss@
94 add-ons = @add_ons@
95 add-on-subdirs = @add_on_subdirs@
96 sysdeps-add-ons = @sysdeps_add_ons@
97 cross-compiling = @cross_compiling@
98 force-install = @force_install@
99
100 # Build tools.
101 CC = @CC@
102 CXX = @CXX@
103 BUILD_CC = @BUILD_CC@
104 CFLAGS = @CFLAGS@
105 CPPFLAGS-config = @CPPFLAGS@
106 ASFLAGS-config = @ASFLAGS_config@
107 AR = @AR@
108 MAKEINFO = @MAKEINFO@
109 AS = $(CC) -c
110 MIG = @MIG@
111 BISON = @BISON@
112 AUTOCONF = @AUTOCONF@
113 OBJDUMP = @OBJDUMP@
114 OBJCOPY = @OBJCOPY@
115
116 # Installation tools.
117 INSTALL = @INSTALL@
118 INSTALL_PROGRAM = @INSTALL_PROGRAM@
119 INSTALL_SCRIPT = @INSTALL_SCRIPT@
120 INSTALL_DATA = @INSTALL_DATA@
121 INSTALL_INFO = @INSTALL_INFO@
122 LN_S = @LN_S@
123 MSGFMT = @MSGFMT@
124
125 # Script execution tools.
126 BASH = @BASH_SHELL@
127 KSH = @KSH@
128 AWK = @AWK@
129 PERL = @PERL@
130
131 # Additional libraries.
132 LIBGD = @LIBGD@
133
134 # More variables may be inserted below by configure.