[BZ #2693]
[glibc.git] / config.make.in
blobbc8998cd1fed397be89e4095e587cb753158b991
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-libcap = @have_libcap@
65 have-cc-with-libunwind = @libc_cv_cc_with_libunwind@
66 fno-unit-at-a-time = @fno_unit_at_a_time@
67 bind-now = @bindnow@
69 static-libgcc = @libc_cv_gcc_static_libgcc@
71 versioning = @VERSIONING@
72 oldest-abi = @oldest_abi@
73 no-whole-archive = @no_whole_archive@
74 exceptions = @exceptions@
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 # Configuration options.
84 build-static = @static@
85 build-shared = @shared@
86 build-pic-default= @pic_default@
87 build-profile = @profile@
88 build-omitfp = @omitfp@
89 build-bounded = @bounded@
90 build-static-nss = @static_nss@
91 add-ons = @add_ons@
92 add-on-subdirs = @add_on_subdirs@
93 sysdeps-add-ons = @sysdeps_add_ons@
94 cross-compiling = @cross_compiling@
95 force-install = @force_install@
97 # Build tools.
98 CC = @CC@
99 CXX = @CXX@
100 BUILD_CC = @BUILD_CC@
101 CFLAGS = @CFLAGS@
102 ASFLAGS-config = @ASFLAGS_config@
103 AR = @AR@
104 RANLIB = @RANLIB@
105 MAKEINFO = @MAKEINFO@
106 AS = $(CC) -c
107 MIG = @MIG@
108 PWD_P = @PWD_P@
109 BISON = @BISON@
110 AUTOCONF = @AUTOCONF@
111 OBJDUMP = @OBJDUMP@
113 # Installation tools.
114 INSTALL = @INSTALL@
115 INSTALL_PROGRAM = @INSTALL_PROGRAM@
116 INSTALL_SCRIPT = @INSTALL_SCRIPT@
117 INSTALL_DATA = @INSTALL_DATA@
118 INSTALL_INFO = @INSTALL_INFO@
119 LN_S = @LN_S@
120 MSGFMT = @MSGFMT@
122 # Script execution tools.
123 BASH = @BASH@
124 KSH = @KSH@
125 AWK = @AWK@
126 PERL = @PERL@
128 # Additional libraries.
129 LIBGD = @LIBGD@
131 # More variables may be inserted below by configure.