blob: 05ed6eca4b877e3869c08b717555f88276ce6c12 [file] [log] [blame]
xf.libdd93d52023-05-12 07:10:14 -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@
15complocaledir = @libc_cv_complocaledir@
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-protected-data = @libc_cv_protected_data@
53have-glob-dat-reloc = @libc_cv_has_glob_dat@
54with-fp = @with_fp@
55enable-timezone-tools = @enable_timezone_tools@
56unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
57have-fpie = @libc_cv_fpie@
58stack-protector = @stack_protector@
59have-selinux = @have_selinux@
60have-libaudit = @have_libaudit@
61have-libcap = @have_libcap@
62have-cc-with-libunwind = @libc_cv_cc_with_libunwind@
63fno-unit-at-a-time = @fno_unit_at_a_time@
64bind-now = @bindnow@
65have-hash-style = @libc_cv_hashstyle@
66use-default-link = @use_default_link@
67output-format = @libc_cv_output_format@
68have-cxx-thread_local = @libc_cv_cxx_thread_local@
69
70multi-arch = @multi_arch@
71
72mach-interface-list = @mach_interface_list@
73
74nss-crypt = @libc_cv_nss_crypt@
75
76# Configuration options.
77build-shared = @shared@
78build-pic-default= @libc_cv_pic_default@
79build-pie-default= @libc_cv_pie_default@
80build-profile = @profile@
81build-static-nss = @static_nss@
82add-ons = @add_ons@
83add-on-subdirs = @add_on_subdirs@
84sysdeps-add-ons = @sysdeps_add_ons@
85cross-compiling = @cross_compiling@
86force-install = @force_install@
87link-obsolete-rpc = @link_obsolete_rpc@
88build-nscd = @build_nscd@
89use-nscd = @use_nscd@
90build-hardcoded-path-in-tests= @hardcoded_path_in_tests@
91build-pt-chown = @build_pt_chown@
92enable-lock-elision = @enable_lock_elision@
93
94# Build tools.
95CC = @CC@
96CXX = @CXX@
97BUILD_CC = @BUILD_CC@
98CFLAGS = @CFLAGS@
99CPPFLAGS-config = @CPPFLAGS@
100CPPUNDEFS = @CPPUNDEFS@
101ASFLAGS-config = @ASFLAGS_config@
102AR = @AR@
103NM = @NM@
104MAKEINFO = @MAKEINFO@
105AS = $(CC) -c
106BISON = @BISON@
107AUTOCONF = @AUTOCONF@
108OBJDUMP = @OBJDUMP@
109OBJCOPY = @OBJCOPY@
110READELF = @READELF@
111
112# Installation tools.
113INSTALL = @INSTALL@
114INSTALL_PROGRAM = @INSTALL_PROGRAM@
115INSTALL_SCRIPT = @INSTALL_SCRIPT@
116INSTALL_DATA = @INSTALL_DATA@
117INSTALL_INFO = @INSTALL_INFO@
118LN_S = @LN_S@
119MSGFMT = @MSGFMT@
120
121# Script execution tools.
122BASH = @BASH_SHELL@
123AWK = @AWK@
124PERL = @PERL@
125
126# Additional libraries.
127LIBGD = @LIBGD@
128
129# Package versions and bug reporting configuration.
130PKGVERSION = @PKGVERSION@
131PKGVERSION_TEXI = @PKGVERSION_TEXI@
132REPORT_BUGS_TO = @REPORT_BUGS_TO@
133REPORT_BUGS_TEXI = @REPORT_BUGS_TEXI@
134
135# More variables may be inserted below by configure.