]>
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@ |
84384f5b | 13 | slibdir = @libc_cv_slibdir@ |
aaa8cb4b | 14 | rtlddir = @libc_cv_rtlddir@ |
a1d84548 | 15 | localedir = @libc_cv_localedir@ |
77259608 | 16 | sysconfdir = @libc_cv_sysconfdir@ |
6591c335 | 17 | libexecdir = @libexecdir@ |
8d57beea | 18 | rootsbindir = @libc_cv_rootsbindir@ |
cf0fac8b | 19 | infodir = @infodir@ |
25c751d0 | 20 | includedir = @includedir@ |
f8f6ff5d | 21 | datarootdir = @datarootdir@ |
4248b1b1 | 22 | localstatedir = @libc_cv_localstatedir@ |
1ef32c3d | 23 | |
591e1ffb UD |
24 | # Should we use and build ldconfig? |
25 | use-ldconfig = @use_ldconfig@ | |
ff3d7ed3 | 26 | |
cb343854 UD |
27 | # Maybe the `ldd' script must be rewritten. |
28 | ldd-rewrite-script = @ldd_rewrite_script@ | |
29 | ||
ff3d7ed3 | 30 | # System configuration. |
28f540f4 | 31 | config-machine = @host_cpu@ |
f0523145 | 32 | base-machine = @base_machine@ |
28f540f4 RM |
33 | config-vendor = @host_vendor@ |
34 | config-os = @host_os@ | |
35 | config-sysdirs = @sysnames@ | |
2cf9ad57 | 36 | cflags-cpu = @libc_cv_cc_submachine@ |
23b6b466 | 37 | asflags-cpu = @libc_cv_cc_submachine@ |
28f540f4 | 38 | |
30b99d79 | 39 | config-extra-cflags = @libc_extra_cflags@ |
7998fa78 | 40 | config-cflags-nofma = @libc_cv_cc_nofma@ |
06e51c8f | 41 | |
33a934a3 | 42 | defines = @DEFINES@ |
c91c505f | 43 | sysheaders = @sysheaders@ |
dbe7a0f5 | 44 | sysincludes = @SYSINCLUDES@ |
ef226fec | 45 | c++-sysincludes = @CXX_SYSINCLUDES@ |
6cc7d725 | 46 | all-warnings = @all_warnings@ |
ff3d7ed3 | 47 | |
f13df7c7 | 48 | have-z-combreloc = @libc_cv_z_combreloc@ |
2abf9ff1 | 49 | have-z-execstack = @libc_cv_z_execstack@ |
639c3248 | 50 | have-Bgroup = @libc_cv_Bgroup@ |
675322a5 | 51 | with-fp = @with_fp@ |
a53bad16 | 52 | old-glibc-headers = @old_glibc_headers@ |
74bd2300 | 53 | unwind-find-fde = @libc_cv_gcc_unwind_find_fde@ |
bcd5f356 | 54 | have-forced-unwind = @libc_cv_forced_unwind@ |
c9c60884 | 55 | have-fpie = @libc_cv_fpie@ |
1c7570ff | 56 | gnu89-inline-CFLAGS = @gnu89_inline@ |
401a9ec9 | 57 | have-ssp = @libc_cv_ssp@ |
74a30a58 | 58 | have-selinux = @have_selinux@ |
ec23b9be | 59 | have-libaudit = @have_libaudit@ |
1f063dca | 60 | have-libcap = @have_libcap@ |
c776b3d7 | 61 | have-cc-with-libunwind = @libc_cv_cc_with_libunwind@ |
49803108 | 62 | fno-unit-at-a-time = @fno_unit_at_a_time@ |
4df8c11d | 63 | bind-now = @bindnow@ |
871b9158 | 64 | have-hash-style = @libc_cv_hashstyle@ |
f781ef40 | 65 | use-default-link = @use_default_link@ |
5c550700 | 66 | output-format = @libc_cv_output_format@ |
74bd2300 UD |
67 | |
68 | static-libgcc = @libc_cv_gcc_static_libgcc@ | |
99a9e88e | 69 | |
377a515b | 70 | versioning = @VERSIONING@ |
deb7f0b4 | 71 | oldest-abi = @oldest_abi@ |
dff14448 | 72 | exceptions = @exceptions@ |
425ce2ed | 73 | multi-arch = @multi_arch@ |
377a515b | 74 | |
61c83c3f RM |
75 | mach-interface-list = @mach_interface_list@ |
76 | ||
84384f5b | 77 | have-bash2 = @libc_cv_have_bash2@ |
5290baf0 | 78 | have-ksh = @libc_cv_have_ksh@ |
a641835a | 79 | |
8ed1e7d5 GK |
80 | sizeof-long-double = @sizeof_long_double@ |
81 | ||
900d7961 UD |
82 | nss-crypt = @libc_cv_nss_crypt@ |
83 | ||
424f8c09 | 84 | # Configuration options. |
ff3d7ed3 | 85 | build-shared = @shared@ |
900d7961 | 86 | build-pic-default= @libc_cv_pic_default@ |
ff3d7ed3 | 87 | build-profile = @profile@ |
5107cf1d | 88 | build-static-nss = @static_nss@ |
8f73811b | 89 | add-ons = @add_ons@ |
e0a3ed4f RM |
90 | add-on-subdirs = @add_on_subdirs@ |
91 | sysdeps-add-ons = @sysdeps_add_ons@ | |
779ae82e | 92 | cross-compiling = @cross_compiling@ |
73237de3 | 93 | force-install = @force_install@ |
021db4be | 94 | link-obsolete-rpc = @link_obsolete_rpc@ |
c53d909c | 95 | build-nscd = @build_nscd@ |
3cc3ef96 | 96 | use-nscd = @use_nscd@ |
740b3dbe | 97 | build-hardcoded-path-in-tests= @hardcoded_path_in_tests@ |
28f540f4 | 98 | |
424f8c09 | 99 | # Build tools. |
28f540f4 | 100 | CC = @CC@ |
58a7a325 | 101 | CXX = @CXX@ |
072ebcef | 102 | BUILD_CC = @BUILD_CC@ |
6e86a7c2 | 103 | CFLAGS = @CFLAGS@ |
1c3b002b | 104 | CPPFLAGS-config = @CPPFLAGS@ |
61653dfb | 105 | CPPUNDEFS = @CPPUNDEFS@ |
35915ec8 | 106 | ASFLAGS-config = @ASFLAGS_config@ |
28f540f4 | 107 | AR = @AR@ |
aba75984 | 108 | NM = @NM@ |
04be94a8 | 109 | MAKEINFO = @MAKEINFO@ |
ea03559a | 110 | AS = $(CC) -c |
ae113383 | 111 | BISON = @BISON@ |
1400de2e | 112 | AUTOCONF = @AUTOCONF@ |
6e3d59bc | 113 | OBJDUMP = @OBJDUMP@ |
1b74661a | 114 | OBJCOPY = @OBJCOPY@ |
82a79e7d | 115 | READELF = @READELF@ |
28f540f4 | 116 | |
424f8c09 | 117 | # Installation tools. |
28f540f4 RM |
118 | INSTALL = @INSTALL@ |
119 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
07627f49 | 120 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
28f540f4 | 121 | INSTALL_DATA = @INSTALL_DATA@ |
c0016081 | 122 | INSTALL_INFO = @INSTALL_INFO@ |
0e3426bb | 123 | LN_S = @LN_S@ |
ce4d8b66 | 124 | MSGFMT = @MSGFMT@ |
a2b08ee5 UD |
125 | |
126 | # Script execution tools. | |
e967d385 | 127 | BASH = @BASH_SHELL@ |
5290baf0 | 128 | KSH = @KSH@ |
5aa8ff62 | 129 | AWK = @AWK@ |
a2b08ee5 | 130 | PERL = @PERL@ |
28f540f4 | 131 | |
c8f3e6db UD |
132 | # Additional libraries. |
133 | LIBGD = @LIBGD@ | |
134 | ||
8b748aed JM |
135 | # Package versions and bug reporting configuration. |
136 | PKGVERSION = @PKGVERSION@ | |
137 | PKGVERSION_TEXI = @PKGVERSION_TEXI@ | |
138 | REPORT_BUGS_TO = @REPORT_BUGS_TO@ | |
139 | REPORT_BUGS_TEXI = @REPORT_BUGS_TEXI@ | |
140 | ||
28f540f4 | 141 | # More variables may be inserted below by configure. |