* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
[glibc.git] / config.make.in
blob292dea667b1a6723e5c45d5f29bd654a3527f424
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 =
9 prefix = @prefix@
10 exec_prefix = @exec_prefix@
11 datadir = @datadir@
12 libdir = @libdir@
13 slibdir = @libc_cv_slibdir@
14 localedir = @libc_cv_localedir@
15 sysconfdir = @libc_cv_sysconfdir@
16 libexecdir = @libexecdir@
17 rootsbindir = @libc_cv_rootsbindir@
18 infodir = @infodir@
19 includedir = @includedir@
21 # Should we use and build ldconfig?
22 use-ldconfig = @use_ldconfig@
24 # Maybe the `ldd' script must be rewritten.
25 ldd-rewrite-script = @ldd_rewrite_script@
27 # System configuration.
28 config-machine = @host_cpu@
29 base-machine = @base_machine@
30 config-vendor = @host_vendor@
31 config-os = @host_os@
32 config-sysdirs = @sysnames@
33 with-cpu = @submachine@
35 defines = @DEFINES@
36 sysincludes = @SYSINCLUDES@
37 c++-sysincludes = @CXX_SYSINCLUDES@
38 all-warnings = @all_warnings@
40 elf = @elf@
41 have-protected = @libc_cv_asm_protected_directive@
42 have-z-nodelete = @libc_cv_z_nodelete@
43 have-z-nodlopen = @libc_cv_z_nodlopen@
44 have-z-initfirst = @libc_cv_z_initfirst@
45 have-z-combreloc = @libc_cv_z_combreloc@
46 have-z-execstack = @libc_cv_z_execstack@
47 have-initfini = @libc_cv_have_initfini@
48 have-z-relro = @libc_cv_z_relro@
49 have-Bgroup = @libc_cv_Bgroup@
50 have-as-needed = @libc_cv_as_needed@
51 libgcc_s_suffix = @libc_cv_libgcc_s_suffix@
52 need-nopic-initfini = @nopic_initfini@
53 with-fp = @with_fp@
54 with-cvs = @with_cvs@
55 old-glibc-headers = @old_glibc_headers@
56 unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
57 have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@
58 enable-check-abi = @enable_check_abi@
59 have-forced-unwind = @libc_cv_forced_unwind@
60 have-fpie = @libc_cv_fpie@
61 have-ssp = @libc_cv_ssp@
62 have-selinux = @have_selinux@
63 have-libaudit = @have_libaudit@
64 have-cc-with-libunwind = @libc_cv_cc_with_libunwind@
65 fno-unit-at-a-time = @fno_unit_at_a_time@
66 bind-now = @bindnow@
68 static-libgcc = @libc_cv_gcc_static_libgcc@
70 versioning = @VERSIONING@
71 oldest-abi = @oldest_abi@
72 no-whole-archive = @no_whole_archive@
73 exceptions = @exceptions@
75 mach-interface-list = @mach_interface_list@
77 have-bash2 = @libc_cv_have_bash2@
78 have-ksh = @libc_cv_have_ksh@
80 sizeof-long-double = @sizeof_long_double@
82 # Configuration options.
83 build-static = @static@
84 build-shared = @shared@
85 build-pic-default= @pic_default@
86 build-profile = @profile@
87 build-omitfp = @omitfp@
88 build-bounded = @bounded@
89 build-static-nss = @static_nss@
90 add-ons = @add_ons@
91 add-on-subdirs = @add_on_subdirs@
92 sysdeps-add-ons = @sysdeps_add_ons@
93 cross-compiling = @cross_compiling@
94 force-install = @force_install@
96 # Build tools.
97 CC = @CC@
98 CXX = @CXX@
99 BUILD_CC = @BUILD_CC@
100 CFLAGS = @CFLAGS@
101 ASFLAGS-config = @ASFLAGS_config@
102 AR = @AR@
103 RANLIB = @RANLIB@
104 MAKEINFO = @MAKEINFO@
105 AS = $(CC) -c
106 MIG = @MIG@
107 PWD_P = @PWD_P@
108 BISON = @BISON@
109 AUTOCONF = @AUTOCONF@
110 OBJDUMP = @OBJDUMP@
112 # Installation tools.
113 INSTALL = @INSTALL@
114 INSTALL_PROGRAM = @INSTALL_PROGRAM@
115 INSTALL_SCRIPT = @INSTALL_SCRIPT@
116 INSTALL_DATA = @INSTALL_DATA@
117 INSTALL_INFO = @INSTALL_INFO@
118 LN_S = @LN_S@
119 MSGFMT = @MSGFMT@
121 # Script execution tools.
122 BASH = @BASH@
123 KSH = @KSH@
124 AWK = @AWK@
125 PERL = @PERL@
127 # Additional libraries.
128 LIBGD = @LIBGD@
130 # More variables may be inserted below by configure.