Add sysdeps/ieee754/soft-fp.
[glibc.git] / config.make.in
blob04513dbb74856adf854407c4be100a79490445e1
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@
24 multidir= @libc_cv_multidir@
26 # Should we use and build ldconfig?
27 use-ldconfig = @use_ldconfig@
29 # Maybe the `ldd' script must be rewritten.
30 ldd-rewrite-script = @ldd_rewrite_script@
32 # System configuration.
33 config-machine = @host_cpu@
34 base-machine = @base_machine@
35 config-vendor = @host_vendor@
36 config-os = @host_os@
37 config-sysdirs = @sysnames@
38 cflags-cpu = @libc_cv_cc_submachine@
39 asflags-cpu = @libc_cv_cc_submachine@
41 config-extra-cflags = @libc_extra_cflags@
42 config-extra-cppflags = @libc_extra_cppflags@
43 config-cflags-nofma = @libc_cv_cc_nofma@
45 defines = @DEFINES@
46 sysheaders = @sysheaders@
47 sysincludes = @SYSINCLUDES@
48 c++-sysincludes = @CXX_SYSINCLUDES@
49 c++-cstdlib-header = @CXX_CSTDLIB_HEADER@
50 c++-cmath-header = @CXX_CMATH_HEADER@
51 c++-bits-std_abs-h = @CXX_BITS_STD_ABS_H@
52 all-warnings = @all_warnings@
53 enable-werror = @enable_werror@
55 have-z-combreloc = @libc_cv_z_combreloc@
56 have-z-execstack = @libc_cv_z_execstack@
57 have-protected-data = @libc_cv_protected_data@
58 have-insert = @libc_cv_insert@
59 have-glob-dat-reloc = @libc_cv_has_glob_dat@
60 with-fp = @libc_cv_with_fp@
61 enable-timezone-tools = @enable_timezone_tools@
62 unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
63 have-fpie = @libc_cv_fpie@
64 have-ssp = @libc_cv_ssp@
65 stack-protector = @stack_protector@
66 no-stack-protector = @no_stack_protector@
67 have-selinux = @have_selinux@
68 have-libaudit = @have_libaudit@
69 have-libcap = @have_libcap@
70 have-cc-with-libunwind = @libc_cv_cc_with_libunwind@
71 fno-unit-at-a-time = @fno_unit_at_a_time@
72 bind-now = @bindnow@
73 have-hash-style = @libc_cv_hashstyle@
74 use-default-link = @use_default_link@
75 output-format = @libc_cv_output_format@
76 have-cxx-thread_local = @libc_cv_cxx_thread_local@
77 have-loop-to-function = @libc_cv_cc_loop_to_function@
79 multi-arch = @multi_arch@
81 mach-interface-list = @mach_interface_list@
83 experimental-malloc = @experimental_malloc@
85 nss-crypt = @libc_cv_nss_crypt@
86 static-nss-crypt = @libc_cv_static_nss_crypt@
88 # Configuration options.
89 build-shared = @shared@
90 build-pic-default= @libc_cv_pic_default@
91 build-pie-default= @libc_cv_pie_default@
92 build-profile = @profile@
93 build-static-nss = @static_nss@
94 cross-compiling = @cross_compiling@
95 force-install = @force_install@
96 link-obsolete-rpc = @link_obsolete_rpc@
97 build-obsolete-nsl = @build_obsolete_nsl@
98 build-nscd = @build_nscd@
99 use-nscd = @use_nscd@
100 build-hardcoded-path-in-tests= @hardcoded_path_in_tests@
101 build-pt-chown = @build_pt_chown@
102 have-tunables = @have_tunables@
104 # Build tools.
105 CC = @CC@
106 CXX = @CXX@
107 BUILD_CC = @BUILD_CC@
108 CFLAGS = @CFLAGS@
109 CPPFLAGS-config = @CPPFLAGS@
110 CPPUNDEFS = @CPPUNDEFS@
111 ASFLAGS-config = @ASFLAGS_config@
112 AR = @AR@
113 NM = @NM@
114 MAKEINFO = @MAKEINFO@
115 AS = $(CC) -c
116 BISON = @BISON@
117 AUTOCONF = @AUTOCONF@
118 OBJDUMP = @OBJDUMP@
119 OBJCOPY = @OBJCOPY@
120 GPROF = @GPROF@
121 READELF = @READELF@
123 # Installation tools.
124 INSTALL = @INSTALL@
125 INSTALL_PROGRAM = @INSTALL_PROGRAM@
126 INSTALL_SCRIPT = @INSTALL_SCRIPT@
127 INSTALL_DATA = @INSTALL_DATA@
128 INSTALL_INFO = @INSTALL_INFO@
129 LN_S = @LN_S@
130 MSGFMT = @MSGFMT@
132 # Script execution tools.
133 BASH = @BASH_SHELL@
134 AWK = @AWK@
135 PERL = @PERL@
136 PYTHON = @PYTHON@
138 # Additional libraries.
139 LIBGD = @LIBGD@
141 # Package versions and bug reporting configuration.
142 PKGVERSION = @PKGVERSION@
143 PKGVERSION_TEXI = @PKGVERSION_TEXI@
144 REPORT_BUGS_TO = @REPORT_BUGS_TO@
145 REPORT_BUGS_TEXI = @REPORT_BUGS_TEXI@
147 # More variables may be inserted below by configure.