Fix a typo in i386 SYSCALL_PIC_SETUP
[glibc.git] / config.make.in
blobf0db19929b5d9f6d1c887c4ff281a1a29fdb19ce
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 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 config-extra-cflags = @libc_extra_cflags@
38 config-cflags-sse4 = @libc_cv_cc_sse4@
39 config-cflags-avx = @libc_cv_cc_avx@
40 config-cflags-sse2avx = @libc_cv_cc_sse2avx@
41 config-cflags-novzeroupper = @libc_cv_cc_novzeroupper@
42 config-cflags-nofma = @libc_cv_cc_nofma@
43 config-asflags-i686 = @libc_cv_as_i686@
45 defines = @DEFINES@
46 sysincludes = @SYSINCLUDES@
47 c++-sysincludes = @CXX_SYSINCLUDES@
48 all-warnings = @all_warnings@
50 have-z-combreloc = @libc_cv_z_combreloc@
51 have-z-execstack = @libc_cv_z_execstack@
52 have-Bgroup = @libc_cv_Bgroup@
53 with-fp = @with_fp@
54 old-glibc-headers = @old_glibc_headers@
55 unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
56 have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@
57 have-forced-unwind = @libc_cv_forced_unwind@
58 have-fpie = @libc_cv_fpie@
59 have-mfma4 = @libc_cv_cc_fma4@
60 have-as-vis3 = @libc_cv_sparc_as_vis3@
61 gnu89-inline-CFLAGS = @gnu89_inline@
62 have-ssp = @libc_cv_ssp@
63 have-selinux = @have_selinux@
64 have-libaudit = @have_libaudit@
65 have-libcap = @have_libcap@
66 have-cc-with-libunwind = @libc_cv_cc_with_libunwind@
67 fno-unit-at-a-time = @fno_unit_at_a_time@
68 bind-now = @bindnow@
69 have-hash-style = @libc_cv_hashstyle@
70 use-default-link = @use_default_link@
71 output-format = @libc_cv_output_format@
73 static-libgcc = @libc_cv_gcc_static_libgcc@
75 versioning = @VERSIONING@
76 oldest-abi = @oldest_abi@
77 exceptions = @exceptions@
78 multi-arch = @multi_arch@
80 mach-interface-list = @mach_interface_list@
82 have-bash2 = @libc_cv_have_bash2@
83 have-ksh = @libc_cv_have_ksh@
85 sizeof-long-double = @sizeof_long_double@
87 nss-crypt = @libc_cv_nss_crypt@
89 # Configuration options.
90 build-shared = @shared@
91 build-pic-default= @libc_cv_pic_default@
92 build-profile = @profile@
93 build-bounded = no
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@
100 link-obsolete-rpc = @link_obsolete_rpc@
102 # Build tools.
103 CC = @CC@
104 CXX = @CXX@
105 BUILD_CC = @BUILD_CC@
106 CFLAGS = @CFLAGS@
107 CPPFLAGS-config = @CPPFLAGS@
108 CPPUNDEFS = @CPPUNDEFS@
109 ASFLAGS-config = @ASFLAGS_config@
110 AR = @AR@
111 MAKEINFO = @MAKEINFO@
112 AS = $(CC) -c
113 MIG = @MIG@
114 BISON = @BISON@
115 AUTOCONF = @AUTOCONF@
116 OBJDUMP = @OBJDUMP@
117 OBJCOPY = @OBJCOPY@
118 READELF = @READELF@
120 # Installation tools.
121 INSTALL = @INSTALL@
122 INSTALL_PROGRAM = @INSTALL_PROGRAM@
123 INSTALL_SCRIPT = @INSTALL_SCRIPT@
124 INSTALL_DATA = @INSTALL_DATA@
125 INSTALL_INFO = @INSTALL_INFO@
126 LN_S = @LN_S@
127 MSGFMT = @MSGFMT@
129 # Script execution tools.
130 BASH = @BASH_SHELL@
131 KSH = @KSH@
132 AWK = @AWK@
133 PERL = @PERL@
135 # Additional libraries.
136 LIBGD = @LIBGD@
138 # More variables may be inserted below by configure.