]>
Commit | Line | Data |
---|---|---|
28f540f4 | 1 | # @configure_input@ |
28f540f4 RM |
2 | # Don't edit this file. Put configuration parameters in configparms instead. |
3 | ||
ee74a442 UD |
4 | version = @VERSION@ |
5 | release = @RELEASE@ | |
6 | ||
ff3d7ed3 | 7 | # Installation prefixes. |
751eb97e | 8 | install_root = $(DESTDIR) |
ff3d7ed3 RM |
9 | prefix = @prefix@ |
10 | exec_prefix = @exec_prefix@ | |
778c59c8 | 11 | datadir = @datadir@ |
1c25bcac | 12 | libdir = @libdir@ |
91f043ae | 13 | bindir = @bindir@ |
84384f5b | 14 | slibdir = @libc_cv_slibdir@ |
aaa8cb4b | 15 | rtlddir = @libc_cv_rtlddir@ |
90fe682d | 16 | complocaledir = @libc_cv_complocaledir@ |
77259608 | 17 | sysconfdir = @libc_cv_sysconfdir@ |
6591c335 | 18 | libexecdir = @libexecdir@ |
8d57beea | 19 | rootsbindir = @libc_cv_rootsbindir@ |
cf0fac8b | 20 | infodir = @infodir@ |
25c751d0 | 21 | includedir = @includedir@ |
f8f6ff5d | 22 | datarootdir = @datarootdir@ |
4248b1b1 | 23 | localstatedir = @libc_cv_localstatedir@ |
314f6dee | 24 | localedir = @localedir@ |
abcb584d | 25 | multidir= @libc_cv_multidir@ |
1ef32c3d | 26 | |
591e1ffb UD |
27 | # Should we use and build ldconfig? |
28 | use-ldconfig = @use_ldconfig@ | |
ff3d7ed3 | 29 | |
cb343854 UD |
30 | # Maybe the `ldd' script must be rewritten. |
31 | ldd-rewrite-script = @ldd_rewrite_script@ | |
32 | ||
ff3d7ed3 | 33 | # System configuration. |
28f540f4 | 34 | config-machine = @host_cpu@ |
f0523145 | 35 | base-machine = @base_machine@ |
28f540f4 RM |
36 | config-vendor = @host_vendor@ |
37 | config-os = @host_os@ | |
38 | config-sysdirs = @sysnames@ | |
2cf9ad57 | 39 | cflags-cpu = @libc_cv_cc_submachine@ |
23b6b466 | 40 | asflags-cpu = @libc_cv_cc_submachine@ |
28f540f4 | 41 | |
30b99d79 | 42 | config-extra-cflags = @libc_extra_cflags@ |
7ffa9423 | 43 | config-extra-cppflags = @libc_extra_cppflags@ |
7998fa78 | 44 | config-cflags-nofma = @libc_cv_cc_nofma@ |
06e51c8f | 45 | |
33a934a3 | 46 | defines = @DEFINES@ |
c91c505f | 47 | sysheaders = @sysheaders@ |
dbe7a0f5 | 48 | sysincludes = @SYSINCLUDES@ |
ef226fec | 49 | c++-sysincludes = @CXX_SYSINCLUDES@ |
fc3e1337 FW |
50 | c++-cstdlib-header = @CXX_CSTDLIB_HEADER@ |
51 | c++-cmath-header = @CXX_CMATH_HEADER@ | |
a65ea28d | 52 | c++-bits-std_abs-h = @CXX_BITS_STD_ABS_H@ |
6cc7d725 | 53 | all-warnings = @all_warnings@ |
a4ecc9eb | 54 | enable-werror = @enable_werror@ |
ff3d7ed3 | 55 | |
f13df7c7 | 56 | have-z-combreloc = @libc_cv_z_combreloc@ |
2abf9ff1 | 57 | have-z-execstack = @libc_cv_z_execstack@ |
83569fb8 | 58 | have-protected-data = @libc_cv_protected_data@ |
19f1a11e | 59 | have-insert = @libc_cv_insert@ |
89569c8b | 60 | have-glob-dat-reloc = @libc_cv_has_glob_dat@ |
8df5d347 | 61 | with-fp = @libc_cv_with_fp@ |
1cba4036 | 62 | enable-timezone-tools = @enable_timezone_tools@ |
74bd2300 | 63 | unwind-find-fde = @libc_cv_gcc_unwind_find_fde@ |
c9c60884 | 64 | have-fpie = @libc_cv_fpie@ |
10c85e76 | 65 | have-ssp = @libc_cv_ssp@ |
6ab674eb | 66 | stack-protector = @stack_protector@ |
10c85e76 | 67 | no-stack-protector = @no_stack_protector@ |
74a30a58 | 68 | have-selinux = @have_selinux@ |
ec23b9be | 69 | have-libaudit = @have_libaudit@ |
1f063dca | 70 | have-libcap = @have_libcap@ |
c776b3d7 | 71 | have-cc-with-libunwind = @libc_cv_cc_with_libunwind@ |
49803108 | 72 | fno-unit-at-a-time = @fno_unit_at_a_time@ |
4df8c11d | 73 | bind-now = @bindnow@ |
871b9158 | 74 | have-hash-style = @libc_cv_hashstyle@ |
f781ef40 | 75 | use-default-link = @use_default_link@ |
5c550700 | 76 | output-format = @libc_cv_output_format@ |
99e1dc0a | 77 | have-cxx-thread_local = @libc_cv_cxx_thread_local@ |
9dd409a5 | 78 | have-loop-to-function = @libc_cv_cc_loop_to_function@ |
b5c45e83 | 79 | have-textrel_ifunc = @libc_cv_textrel_ifunc@ |
74bd2300 | 80 | |
425ce2ed | 81 | multi-arch = @multi_arch@ |
377a515b | 82 | |
61c83c3f RM |
83 | mach-interface-list = @mach_interface_list@ |
84 | ||
d5c3fafc DD |
85 | experimental-malloc = @experimental_malloc@ |
86 | ||
33784089 RE |
87 | memory-tagging = @memory_tagging@ |
88 | ||
900d7961 | 89 | nss-crypt = @libc_cv_nss_crypt@ |
84aa7516 | 90 | static-nss-crypt = @libc_cv_static_nss_crypt@ |
900d7961 | 91 | |
424f8c09 | 92 | # Configuration options. |
ff3d7ed3 | 93 | build-shared = @shared@ |
900d7961 | 94 | build-pic-default= @libc_cv_pic_default@ |
cc08749b | 95 | build-pie-default= @libc_cv_pie_default@ |
00c714df | 96 | cc-pie-default= @libc_cv_cc_pie_default@ |
ff3d7ed3 | 97 | build-profile = @profile@ |
5107cf1d | 98 | build-static-nss = @static_nss@ |
779ae82e | 99 | cross-compiling = @cross_compiling@ |
73237de3 | 100 | force-install = @force_install@ |
e69d994a | 101 | build-crypt = @build_crypt@ |
c53d909c | 102 | build-nscd = @build_nscd@ |
3cc3ef96 | 103 | use-nscd = @use_nscd@ |
740b3dbe | 104 | build-hardcoded-path-in-tests= @hardcoded_path_in_tests@ |
e4608715 | 105 | build-pt-chown = @build_pt_chown@ |
67e58f39 | 106 | have-tunables = @have_tunables@ |
28f540f4 | 107 | |
424f8c09 | 108 | # Build tools. |
28f540f4 | 109 | CC = @CC@ |
58a7a325 | 110 | CXX = @CXX@ |
072ebcef | 111 | BUILD_CC = @BUILD_CC@ |
6e86a7c2 | 112 | CFLAGS = @CFLAGS@ |
1c3b002b | 113 | CPPFLAGS-config = @CPPFLAGS@ |
61653dfb | 114 | CPPUNDEFS = @CPPUNDEFS@ |
6413fcde | 115 | extra-nonshared-cflags = @extra_nonshared_cflags@ |
35915ec8 | 116 | ASFLAGS-config = @ASFLAGS_config@ |
28f540f4 | 117 | AR = @AR@ |
aba75984 | 118 | NM = @NM@ |
04be94a8 | 119 | MAKEINFO = @MAKEINFO@ |
ea03559a | 120 | AS = $(CC) -c |
ae113383 | 121 | BISON = @BISON@ |
1400de2e | 122 | AUTOCONF = @AUTOCONF@ |
6e3d59bc | 123 | OBJDUMP = @OBJDUMP@ |
1b74661a | 124 | OBJCOPY = @OBJCOPY@ |
6014c65d | 125 | GPROF = @GPROF@ |
82a79e7d | 126 | READELF = @READELF@ |
28f540f4 | 127 | |
424f8c09 | 128 | # Installation tools. |
28f540f4 RM |
129 | INSTALL = @INSTALL@ |
130 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
07627f49 | 131 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
28f540f4 | 132 | INSTALL_DATA = @INSTALL_DATA@ |
c0016081 | 133 | INSTALL_INFO = @INSTALL_INFO@ |
0e3426bb | 134 | LN_S = @LN_S@ |
ce4d8b66 | 135 | MSGFMT = @MSGFMT@ |
a2b08ee5 UD |
136 | |
137 | # Script execution tools. | |
e967d385 | 138 | BASH = @BASH_SHELL@ |
5aa8ff62 | 139 | AWK = @AWK@ |
a2b08ee5 | 140 | PERL = @PERL@ |
8ce8299f | 141 | PYTHON = @PYTHON@ |
28f540f4 | 142 | |
c8f3e6db UD |
143 | # Additional libraries. |
144 | LIBGD = @LIBGD@ | |
145 | ||
8b748aed JM |
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 | ||
28f540f4 | 152 | # More variables may be inserted below by configure. |