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