Add more IFUNC tests.
[glibc.git] / config.make.in
blobe48ea2658dc6b807a57ce2c8a3374e236b6635f9
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@
20 datarootdir = @datarootdir@
22 # Should we use and build ldconfig?
23 use-ldconfig = @use_ldconfig@
25 # Maybe the `ldd' script must be rewritten.
26 ldd-rewrite-script = @ldd_rewrite_script@
28 # System configuration.
29 config-machine = @host_cpu@
30 base-machine = @base_machine@
31 config-vendor = @host_vendor@
32 config-os = @host_os@
33 config-sysdirs = @sysnames@
34 cflags-cpu = @libc_cv_cc_submachine@
35 asflags-cpu = @libc_cv_cc_submachine@
37 defines = @DEFINES@
38 sysincludes = @SYSINCLUDES@
39 c++-sysincludes = @CXX_SYSINCLUDES@
40 all-warnings = @all_warnings@
42 elf = @elf@
43 have-z-combreloc = @libc_cv_z_combreloc@
44 have-z-execstack = @libc_cv_z_execstack@
45 have-initfini = @libc_cv_have_initfini@
46 have-Bgroup = @libc_cv_Bgroup@
47 have-as-needed = @libc_cv_as_needed@
48 libgcc_s_suffix = @libc_cv_libgcc_s_suffix@
49 need-nopic-initfini = @nopic_initfini@
50 with-fp = @with_fp@
51 with-cvs = @with_cvs@
52 old-glibc-headers = @old_glibc_headers@
53 unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
54 have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@
55 enable-check-abi = @enable_check_abi@
56 have-forced-unwind = @libc_cv_forced_unwind@
57 have-fpie = @libc_cv_fpie@
58 gnu89-inline-CFLAGS = @libc_cv_gnu89_inline@
59 have-ssp = @libc_cv_ssp@
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@
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@
74 multi-arch = @multi_arch@
76 mach-interface-list = @mach_interface_list@
78 have-bash2 = @libc_cv_have_bash2@
79 have-ksh = @libc_cv_have_ksh@
81 sizeof-long-double = @sizeof_long_double@
83 experimental-malloc = @experimental_malloc@
85 nss-crypt = @libc_cv_nss_crypt@
87 # Configuration options.
88 build-static = @static@
89 build-shared = @shared@
90 build-pic-default= @libc_cv_pic_default@
91 build-profile = @profile@
92 build-omitfp = @omitfp@
93 build-bounded = @bounded@
94 build-static-nss = @static_nss@
95 add-ons = @add_ons@
96 add-on-subdirs = @add_on_subdirs@
97 sysdeps-add-ons = @sysdeps_add_ons@
98 cross-compiling = @cross_compiling@
99 force-install = @force_install@
101 # Build tools.
102 CC = @CC@
103 CXX = @CXX@
104 BUILD_CC = @BUILD_CC@
105 CFLAGS = @CFLAGS@
106 ASFLAGS-config = @ASFLAGS_config@
107 AR = @AR@
108 RANLIB = @RANLIB@
109 MAKEINFO = @MAKEINFO@
110 AS = $(CC) -c
111 MIG = @MIG@
112 PWD_P = @PWD_P@
113 BISON = @BISON@
114 AUTOCONF = @AUTOCONF@
115 OBJDUMP = @OBJDUMP@
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 # More variables may be inserted below by configure.