]> git.ipfire.org Git - thirdparty/glibc.git/blob - config.make.in
hurd: Fix build
[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 bindir = @bindir@
14 slibdir = @libc_cv_slibdir@
15 rtlddir = @libc_cv_rtlddir@
16 complocaledir = @libc_cv_complocaledir@
17 sysconfdir = @libc_cv_sysconfdir@
18 libexecdir = @libexecdir@
19 rootsbindir = @libc_cv_rootsbindir@
20 infodir = @infodir@
21 includedir = @includedir@
22 datarootdir = @datarootdir@
23 localstatedir = @libc_cv_localstatedir@
24 localedir = @localedir@
25 multidir= @libc_cv_multidir@
26
27 # Should we use and build ldconfig?
28 use-ldconfig = @use_ldconfig@
29
30 # Maybe the `ldd' script must be rewritten.
31 ldd-rewrite-script = @ldd_rewrite_script@
32
33 # System configuration.
34 config-machine = @host_cpu@
35 base-machine = @base_machine@
36 config-vendor = @host_vendor@
37 config-os = @host_os@
38 config-sysdirs = @sysnames@
39 cflags-cpu = @libc_cv_cc_submachine@
40 asflags-cpu = @libc_cv_cc_submachine@
41
42 config-extra-cflags = @libc_extra_cflags@
43 config-extra-cppflags = @libc_extra_cppflags@
44 config-cflags-nofma = @libc_cv_cc_nofma@
45
46 defines = @DEFINES@
47 sysheaders = @sysheaders@
48 sysincludes = @SYSINCLUDES@
49 c++-sysincludes = @CXX_SYSINCLUDES@
50 c++-cstdlib-header = @CXX_CSTDLIB_HEADER@
51 c++-cmath-header = @CXX_CMATH_HEADER@
52 c++-bits-std_abs-h = @CXX_BITS_STD_ABS_H@
53 all-warnings = @all_warnings@
54 enable-werror = @enable_werror@
55
56 have-z-combreloc = @libc_cv_z_combreloc@
57 have-z-execstack = @libc_cv_z_execstack@
58 have-protected-data = @libc_cv_protected_data@
59 have-insert = @libc_cv_insert@
60 have-glob-dat-reloc = @libc_cv_has_glob_dat@
61 with-fp = @libc_cv_with_fp@
62 enable-timezone-tools = @enable_timezone_tools@
63 unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
64 have-fpie = @libc_cv_fpie@
65 have-ssp = @libc_cv_ssp@
66 stack-protector = @stack_protector@
67 no-stack-protector = @no_stack_protector@
68 have-selinux = @have_selinux@
69 have-libaudit = @have_libaudit@
70 have-libcap = @have_libcap@
71 have-cc-with-libunwind = @libc_cv_cc_with_libunwind@
72 fno-unit-at-a-time = @fno_unit_at_a_time@
73 bind-now = @bindnow@
74 have-hash-style = @libc_cv_hashstyle@
75 use-default-link = @use_default_link@
76 output-format = @libc_cv_output_format@
77 have-cxx-thread_local = @libc_cv_cxx_thread_local@
78 have-loop-to-function = @libc_cv_cc_loop_to_function@
79 have-textrel_ifunc = @libc_cv_textrel_ifunc@
80
81 multi-arch = @multi_arch@
82
83 mach-interface-list = @mach_interface_list@
84
85 experimental-malloc = @experimental_malloc@
86
87 nss-crypt = @libc_cv_nss_crypt@
88 static-nss-crypt = @libc_cv_static_nss_crypt@
89
90 # Configuration options.
91 build-shared = @shared@
92 build-pic-default= @libc_cv_pic_default@
93 build-pie-default= @libc_cv_pie_default@
94 cc-pie-default= @libc_cv_cc_pie_default@
95 build-profile = @profile@
96 build-static-nss = @static_nss@
97 cross-compiling = @cross_compiling@
98 force-install = @force_install@
99 link-obsolete-rpc = @link_obsolete_rpc@
100 build-obsolete-nsl = @build_obsolete_nsl@
101 build-crypt = @build_crypt@
102 build-nscd = @build_nscd@
103 use-nscd = @use_nscd@
104 build-hardcoded-path-in-tests= @hardcoded_path_in_tests@
105 build-pt-chown = @build_pt_chown@
106 have-tunables = @have_tunables@
107
108 # Build tools.
109 CC = @CC@
110 CXX = @CXX@
111 BUILD_CC = @BUILD_CC@
112 CFLAGS = @CFLAGS@
113 CPPFLAGS-config = @CPPFLAGS@
114 CPPUNDEFS = @CPPUNDEFS@
115 extra-nonshared-cflags = @extra_nonshared_cflags@
116 ASFLAGS-config = @ASFLAGS_config@
117 AR = @AR@
118 NM = @NM@
119 MAKEINFO = @MAKEINFO@
120 AS = $(CC) -c
121 BISON = @BISON@
122 AUTOCONF = @AUTOCONF@
123 OBJDUMP = @OBJDUMP@
124 OBJCOPY = @OBJCOPY@
125 GPROF = @GPROF@
126 READELF = @READELF@
127
128 # Installation tools.
129 INSTALL = @INSTALL@
130 INSTALL_PROGRAM = @INSTALL_PROGRAM@
131 INSTALL_SCRIPT = @INSTALL_SCRIPT@
132 INSTALL_DATA = @INSTALL_DATA@
133 INSTALL_INFO = @INSTALL_INFO@
134 LN_S = @LN_S@
135 MSGFMT = @MSGFMT@
136
137 # Script execution tools.
138 BASH = @BASH_SHELL@
139 AWK = @AWK@
140 PERL = @PERL@
141 PYTHON = @PYTHON@
142
143 # Additional libraries.
144 LIBGD = @LIBGD@
145
146 # Package versions and bug reporting configuration.
147 PKGVERSION = @PKGVERSION@
148 PKGVERSION_TEXI = @PKGVERSION_TEXI@
149 REPORT_BUGS_TO = @REPORT_BUGS_TO@
150 REPORT_BUGS_TEXI = @REPORT_BUGS_TEXI@
151
152 # More variables may be inserted below by configure.