S390: Move utf8-utf32-z9.c to multiarch folder and use s390_libc_ifunc_expr macro.
[glibc.git] / config.make.in
blobd08a462d05bb85e76ff422f46f5b1a184f2975bf
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 = $(DESTDIR)
9 prefix = @prefix@
10 exec_prefix = @exec_prefix@
11 datadir = @datadir@
12 libdir = @libdir@
13 slibdir = @libc_cv_slibdir@
14 rtlddir = @libc_cv_rtlddir@
15 complocaledir = @libc_cv_complocaledir@
16 sysconfdir = @libc_cv_sysconfdir@
17 libexecdir = @libexecdir@
18 rootsbindir = @libc_cv_rootsbindir@
19 infodir = @infodir@
20 includedir = @includedir@
21 datarootdir = @datarootdir@
22 localstatedir = @libc_cv_localstatedir@
23 localedir = @localedir@
25 # Should we use and build ldconfig?
26 use-ldconfig = @use_ldconfig@
28 # Maybe the `ldd' script must be rewritten.
29 ldd-rewrite-script = @ldd_rewrite_script@
31 # System configuration.
32 config-machine = @host_cpu@
33 base-machine = @base_machine@
34 config-vendor = @host_vendor@
35 config-os = @host_os@
36 config-sysdirs = @sysnames@
37 cflags-cpu = @libc_cv_cc_submachine@
38 asflags-cpu = @libc_cv_cc_submachine@
40 config-extra-cflags = @libc_extra_cflags@
41 config-extra-cppflags = @libc_extra_cppflags@
42 config-cflags-nofma = @libc_cv_cc_nofma@
44 defines = @DEFINES@
45 sysheaders = @sysheaders@
46 sysincludes = @SYSINCLUDES@
47 c++-sysincludes = @CXX_SYSINCLUDES@
48 c++-cstdlib-header = @CXX_CSTDLIB_HEADER@
49 c++-cmath-header = @CXX_CMATH_HEADER@
50 all-warnings = @all_warnings@
51 enable-werror = @enable_werror@
53 have-z-combreloc = @libc_cv_z_combreloc@
54 have-z-execstack = @libc_cv_z_execstack@
55 have-protected-data = @libc_cv_protected_data@
56 have-glob-dat-reloc = @libc_cv_has_glob_dat@
57 with-fp = @with_fp@
58 enable-timezone-tools = @enable_timezone_tools@
59 unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
60 have-fpie = @libc_cv_fpie@
61 have-ssp = @libc_cv_ssp@
62 stack-protector = @stack_protector@
63 no-stack-protector = @no_stack_protector@
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 have-cxx-thread_local = @libc_cv_cxx_thread_local@
74 have-loop-to-function = @libc_cv_cc_loop_to_function@
76 multi-arch = @multi_arch@
78 mach-interface-list = @mach_interface_list@
80 nss-crypt = @libc_cv_nss_crypt@
81 static-nss-crypt = @libc_cv_static_nss_crypt@
83 # Configuration options.
84 build-shared = @shared@
85 build-pic-default= @libc_cv_pic_default@
86 build-pie-default= @libc_cv_pie_default@
87 build-profile = @profile@
88 build-static-nss = @static_nss@
89 add-ons = @add_ons@
90 add-on-subdirs = @add_on_subdirs@
91 sysdeps-add-ons = @sysdeps_add_ons@
92 cross-compiling = @cross_compiling@
93 force-install = @force_install@
94 link-obsolete-rpc = @link_obsolete_rpc@
95 build-obsolete-nsl = @build_obsolete_nsl@
96 build-nscd = @build_nscd@
97 use-nscd = @use_nscd@
98 build-hardcoded-path-in-tests= @hardcoded_path_in_tests@
99 build-pt-chown = @build_pt_chown@
100 enable-lock-elision = @enable_lock_elision@
101 have-tunables = @have_tunables@
103 # Build tools.
104 CC = @CC@
105 CXX = @CXX@
106 BUILD_CC = @BUILD_CC@
107 CFLAGS = @CFLAGS@
108 CPPFLAGS-config = @CPPFLAGS@
109 CPPUNDEFS = @CPPUNDEFS@
110 ASFLAGS-config = @ASFLAGS_config@
111 AR = @AR@
112 NM = @NM@
113 MAKEINFO = @MAKEINFO@
114 AS = $(CC) -c
115 BISON = @BISON@
116 AUTOCONF = @AUTOCONF@
117 OBJDUMP = @OBJDUMP@
118 OBJCOPY = @OBJCOPY@
119 READELF = @READELF@
121 # Installation tools.
122 INSTALL = @INSTALL@
123 INSTALL_PROGRAM = @INSTALL_PROGRAM@
124 INSTALL_SCRIPT = @INSTALL_SCRIPT@
125 INSTALL_DATA = @INSTALL_DATA@
126 INSTALL_INFO = @INSTALL_INFO@
127 LN_S = @LN_S@
128 MSGFMT = @MSGFMT@
130 # Script execution tools.
131 BASH = @BASH_SHELL@
132 AWK = @AWK@
133 PERL = @PERL@
134 PYTHON = @PYTHON@
136 # Additional libraries.
137 LIBGD = @LIBGD@
139 # Package versions and bug reporting configuration.
140 PKGVERSION = @PKGVERSION@
141 PKGVERSION_TEXI = @PKGVERSION_TEXI@
142 REPORT_BUGS_TO = @REPORT_BUGS_TO@
143 REPORT_BUGS_TEXI = @REPORT_BUGS_TEXI@
145 # More variables may be inserted below by configure.