]> git.ipfire.org Git - thirdparty/glibc.git/blob - config.make.in
Remove pwd tst from configure
[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-novzeroupper = @libc_cv_cc_novzeroupper@
40 config-asflags-i686 = @libc_cv_as_i686@
41
42 defines = @DEFINES@
43 sysincludes = @SYSINCLUDES@
44 c++-sysincludes = @CXX_SYSINCLUDES@
45 all-warnings = @all_warnings@
46
47 have-z-combreloc = @libc_cv_z_combreloc@
48 have-z-execstack = @libc_cv_z_execstack@
49 have-initfini = @libc_cv_have_initfini@
50 have-Bgroup = @libc_cv_Bgroup@
51 have-as-needed = @libc_cv_as_needed@
52 libgcc_s_suffix = @libc_cv_libgcc_s_suffix@
53 need-nopic-initfini = @nopic_initfini@
54 with-fp = @with_fp@
55 old-glibc-headers = @old_glibc_headers@
56 unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
57 have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@
58 enable-check-abi = @enable_check_abi@
59 have-forced-unwind = @libc_cv_forced_unwind@
60 have-fpie = @libc_cv_fpie@
61 have-mfma4 = @libc_cv_cc_fma4@
62 gnu89-inline-CFLAGS = @gnu89_inline@
63 have-ssp = @libc_cv_ssp@
64 have-selinux = @have_selinux@
65 have-libaudit = @have_libaudit@
66 have-libcap = @have_libcap@
67 have-cc-with-libunwind = @libc_cv_cc_with_libunwind@
68 fno-unit-at-a-time = @fno_unit_at_a_time@
69 bind-now = @bindnow@
70 have-hash-style = @libc_cv_hashstyle@
71 use-default-link = @use_default_link@
72 output-format = @libc_cv_output_format@
73
74 static-libgcc = @libc_cv_gcc_static_libgcc@
75
76 versioning = @VERSIONING@
77 oldest-abi = @oldest_abi@
78 exceptions = @exceptions@
79 multi-arch = @multi_arch@
80
81 mach-interface-list = @mach_interface_list@
82
83 have-bash2 = @libc_cv_have_bash2@
84 have-ksh = @libc_cv_have_ksh@
85
86 sizeof-long-double = @sizeof_long_double@
87
88 nss-crypt = @libc_cv_nss_crypt@
89
90 # Configuration options.
91 build-static = @static@
92 build-shared = @shared@
93 build-pic-default= @libc_cv_pic_default@
94 build-profile = @profile@
95 build-bounded = no
96 build-static-nss = @static_nss@
97 add-ons = @add_ons@
98 add-on-subdirs = @add_on_subdirs@
99 sysdeps-add-ons = @sysdeps_add_ons@
100 cross-compiling = @cross_compiling@
101 force-install = @force_install@
102
103 # Build tools.
104 CC = @CC@
105 CXX = @CXX@
106 BUILD_CC = @BUILD_CC@
107 CFLAGS = @CFLAGS@
108 CPPFLAGS-config = @CPPFLAGS@
109 ASFLAGS-config = @ASFLAGS_config@
110 AR = @AR@
111 MAKEINFO = @MAKEINFO@
112 AS = $(CC) -c
113 MIG = @MIG@
114 BISON = @BISON@
115 AUTOCONF = @AUTOCONF@
116 OBJDUMP = @OBJDUMP@
117 OBJCOPY = @OBJCOPY@
118
119 # Installation tools.
120 INSTALL = @INSTALL@
121 INSTALL_PROGRAM = @INSTALL_PROGRAM@
122 INSTALL_SCRIPT = @INSTALL_SCRIPT@
123 INSTALL_DATA = @INSTALL_DATA@
124 INSTALL_INFO = @INSTALL_INFO@
125 LN_S = @LN_S@
126 MSGFMT = @MSGFMT@
127
128 # Script execution tools.
129 BASH = @BASH_SHELL@
130 KSH = @KSH@
131 AWK = @AWK@
132 PERL = @PERL@
133
134 # Additional libraries.
135 LIBGD = @LIBGD@
136
137 # More variables may be inserted below by configure.