blob: a9f5696077a6e64fba116c0e83a85e2afab41c5d [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001# @configure_input@
2# Don't edit this file. Put configuration parameters in configparms instead.
3
4version = @VERSION@
5release = @RELEASE@
6
7# Installation prefixes.
8install_root = $(DESTDIR)
9prefix = @prefix@
10exec_prefix = @exec_prefix@
11datadir = @datadir@
12libdir = @libdir@
13slibdir = @libc_cv_slibdir@
14rtlddir = @libc_cv_rtlddir@
15localedir = @libc_cv_localedir@
16sysconfdir = @libc_cv_sysconfdir@
17libexecdir = @libexecdir@
18rootsbindir = @libc_cv_rootsbindir@
19infodir = @infodir@
20includedir = @includedir@
21datarootdir = @datarootdir@
22localstatedir = @libc_cv_localstatedir@
23
24# Should we use and build ldconfig?
25use-ldconfig = @use_ldconfig@
26
27# Maybe the `ldd' script must be rewritten.
28ldd-rewrite-script = @ldd_rewrite_script@
29
30# System configuration.
31config-machine = @host_cpu@
32base-machine = @base_machine@
33config-vendor = @host_vendor@
34config-os = @host_os@
35config-sysdirs = @sysnames@
36cflags-cpu = @libc_cv_cc_submachine@
37asflags-cpu = @libc_cv_cc_submachine@
38
39config-extra-cflags = @libc_extra_cflags@
40config-extra-cppflags = @libc_extra_cppflags@
41config-cflags-nofma = @libc_cv_cc_nofma@
42
43defines = @DEFINES@
44sysheaders = @sysheaders@
45sysincludes = @SYSINCLUDES@
46c++-sysincludes = @CXX_SYSINCLUDES@
47all-warnings = @all_warnings@
48enable-werror = @enable_werror@
49
50have-z-combreloc = @libc_cv_z_combreloc@
51have-z-execstack = @libc_cv_z_execstack@
52have-Bgroup = @libc_cv_Bgroup@
53have-protected-data = @libc_cv_protected_data@
54with-fp = @with_fp@
55old-glibc-headers = @old_glibc_headers@
56unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
57have-forced-unwind = @libc_cv_forced_unwind@
58have-fpie = @libc_cv_fpie@
59gnu89-inline-CFLAGS = @gnu89_inline@
60have-ssp = @libc_cv_ssp@
61have-selinux = @have_selinux@
62have-libaudit = @have_libaudit@
63have-libcap = @have_libcap@
64have-cc-with-libunwind = @libc_cv_cc_with_libunwind@
65fno-unit-at-a-time = @fno_unit_at_a_time@
66bind-now = @bindnow@
67have-hash-style = @libc_cv_hashstyle@
68use-default-link = @use_default_link@
69output-format = @libc_cv_output_format@
70
71static-libgcc = @libc_cv_gcc_static_libgcc@
72
73exceptions = @exceptions@
74multi-arch = @multi_arch@
75
76mach-interface-list = @mach_interface_list@
77
78sizeof-long-double = @sizeof_long_double@
79
80nss-crypt = @libc_cv_nss_crypt@
81
82# Configuration options.
83build-shared = @shared@
84build-pic-default= @libc_cv_pic_default@
85build-pie-default= @libc_cv_pie_default@
86build-profile = @profile@
87build-static-nss = @static_nss@
88add-ons = @add_ons@
89add-on-subdirs = @add_on_subdirs@
90sysdeps-add-ons = @sysdeps_add_ons@
91cross-compiling = @cross_compiling@
92force-install = @force_install@
93link-obsolete-rpc = @link_obsolete_rpc@
94build-nscd = @build_nscd@
95use-nscd = @use_nscd@
96build-hardcoded-path-in-tests= @hardcoded_path_in_tests@
97build-pt-chown = @build_pt_chown@
98enable-lock-elision = @enable_lock_elision@
99
100# Build tools.
101CC = @CC@
102CXX = @CXX@
103BUILD_CC = @BUILD_CC@
104CFLAGS = @CFLAGS@
105CPPFLAGS-config = @CPPFLAGS@
106CPPUNDEFS = @CPPUNDEFS@
107ASFLAGS-config = @ASFLAGS_config@
108AR = @AR@
109NM = @NM@
110MAKEINFO = @MAKEINFO@
111AS = $(CC) -c
112BISON = @BISON@
113AUTOCONF = @AUTOCONF@
114OBJDUMP = @OBJDUMP@
115OBJCOPY = @OBJCOPY@
116READELF = @READELF@
117
118# Installation tools.
119INSTALL = @INSTALL@
120INSTALL_PROGRAM = @INSTALL_PROGRAM@
121INSTALL_SCRIPT = @INSTALL_SCRIPT@
122INSTALL_DATA = @INSTALL_DATA@
123INSTALL_INFO = @INSTALL_INFO@
124LN_S = @LN_S@
125MSGFMT = @MSGFMT@
126
127# Script execution tools.
128BASH = @BASH_SHELL@
129AWK = @AWK@
130PERL = @PERL@
131
132# Additional libraries.
133LIBGD = @LIBGD@
134
135# Package versions and bug reporting configuration.
136PKGVERSION = @PKGVERSION@
137PKGVERSION_TEXI = @PKGVERSION_TEXI@
138REPORT_BUGS_TO = @REPORT_BUGS_TO@
139REPORT_BUGS_TEXI = @REPORT_BUGS_TEXI@
140
141# More variables may be inserted below by configure.