Disable x87 inline functions for SSE2 math
[glibc.git] / config.make.in
blobb5308d85b88dace32bc61c94ef3bf1d5ec9595f3
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 localedir = @libc_cv_localedir@
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@
24 # Should we use and build ldconfig?
25 use-ldconfig = @use_ldconfig@
27 # Maybe the `ldd' script must be rewritten.
28 ldd-rewrite-script = @ldd_rewrite_script@
30 # System configuration.
31 config-machine = @host_cpu@
32 base-machine = @base_machine@
33 config-vendor = @host_vendor@
34 config-os = @host_os@
35 config-sysdirs = @sysnames@
36 cflags-cpu = @libc_cv_cc_submachine@
37 asflags-cpu = @libc_cv_cc_submachine@
39 config-extra-cflags = @libc_extra_cflags@
40 config-cflags-nofma = @libc_cv_cc_nofma@
42 defines = @DEFINES@
43 sysheaders = @sysheaders@
44 sysincludes = @SYSINCLUDES@
45 c++-sysincludes = @CXX_SYSINCLUDES@
46 all-warnings = @all_warnings@
48 have-z-combreloc = @libc_cv_z_combreloc@
49 have-z-execstack = @libc_cv_z_execstack@
50 have-Bgroup = @libc_cv_Bgroup@
51 with-fp = @with_fp@
52 old-glibc-headers = @old_glibc_headers@
53 unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
54 have-forced-unwind = @libc_cv_forced_unwind@
55 have-fpie = @libc_cv_fpie@
56 gnu89-inline-CFLAGS = @gnu89_inline@
57 have-ssp = @libc_cv_ssp@
58 have-selinux = @have_selinux@
59 have-libaudit = @have_libaudit@
60 have-libcap = @have_libcap@
61 have-cc-with-libunwind = @libc_cv_cc_with_libunwind@
62 fno-unit-at-a-time = @fno_unit_at_a_time@
63 bind-now = @bindnow@
64 have-hash-style = @libc_cv_hashstyle@
65 use-default-link = @use_default_link@
66 output-format = @libc_cv_output_format@
68 static-libgcc = @libc_cv_gcc_static_libgcc@
70 oldest-abi = @oldest_abi@
71 exceptions = @exceptions@
72 multi-arch = @multi_arch@
74 mach-interface-list = @mach_interface_list@
76 have-bash2 = @libc_cv_have_bash2@
77 have-ksh = @libc_cv_have_ksh@
79 sizeof-long-double = @sizeof_long_double@
81 nss-crypt = @libc_cv_nss_crypt@
83 # Configuration options.
84 build-shared = @shared@
85 build-pic-default= @libc_cv_pic_default@
86 build-profile = @profile@
87 build-static-nss = @static_nss@
88 add-ons = @add_ons@
89 add-on-subdirs = @add_on_subdirs@
90 sysdeps-add-ons = @sysdeps_add_ons@
91 cross-compiling = @cross_compiling@
92 force-install = @force_install@
93 link-obsolete-rpc = @link_obsolete_rpc@
94 build-nscd = @build_nscd@
95 use-nscd = @use_nscd@
96 build-hardcoded-path-in-tests= @hardcoded_path_in_tests@
97 build-pt-chown = @build_pt_chown@
99 # Build tools.
100 CC = @CC@
101 CXX = @CXX@
102 BUILD_CC = @BUILD_CC@
103 CFLAGS = @CFLAGS@
104 CPPFLAGS-config = @CPPFLAGS@
105 CPPUNDEFS = @CPPUNDEFS@
106 ASFLAGS-config = @ASFLAGS_config@
107 AR = @AR@
108 NM = @NM@
109 MAKEINFO = @MAKEINFO@
110 AS = $(CC) -c
111 BISON = @BISON@
112 AUTOCONF = @AUTOCONF@
113 OBJDUMP = @OBJDUMP@
114 OBJCOPY = @OBJCOPY@
115 READELF = @READELF@
117 # Installation tools.
118 INSTALL = @INSTALL@
119 INSTALL_PROGRAM = @INSTALL_PROGRAM@
120 INSTALL_SCRIPT = @INSTALL_SCRIPT@
121 INSTALL_DATA = @INSTALL_DATA@
122 INSTALL_INFO = @INSTALL_INFO@
123 LN_S = @LN_S@
124 MSGFMT = @MSGFMT@
126 # Script execution tools.
127 BASH = @BASH_SHELL@
128 KSH = @KSH@
129 AWK = @AWK@
130 PERL = @PERL@
132 # Additional libraries.
133 LIBGD = @LIBGD@
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@
141 # More variables may be inserted below by configure.