]> git.ipfire.org Git - thirdparty/glibc.git/blob - config.make.in
.
[thirdparty/glibc.git] / config.make.in
1 # @configure_input@
2 # Don't edit this file. Put configuration parameters in configparms instead.
3
4 version = @VERSION@
5 release = @RELEASE@
6
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
21 # Should we use and build ldconfig?
22 use-ldconfig = @use_ldconfig@
23
24 # Maybe the `ldd' script must be rewritten.
25 ldd-rewrite-script = @ldd_rewrite_script@
26
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@
34
35 defines = @DEFINES@
36 sysincludes = @SYSINCLUDES@
37 c++-sysincludes = @CXX_SYSINCLUDES@
38 all-warnings = @all_warnings@
39
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@
68 have-hash-style = @libc_cv_hashstyle@
69
70 static-libgcc = @libc_cv_gcc_static_libgcc@
71
72 versioning = @VERSIONING@
73 oldest-abi = @oldest_abi@
74 no-whole-archive = @no_whole_archive@
75 exceptions = @exceptions@
76
77 mach-interface-list = @mach_interface_list@
78
79 have-bash2 = @libc_cv_have_bash2@
80 have-ksh = @libc_cv_have_ksh@
81
82 sizeof-long-double = @sizeof_long_double@
83
84 # Configuration options.
85 build-static = @static@
86 build-shared = @shared@
87 build-pic-default= @pic_default@
88 build-profile = @profile@
89 build-omitfp = @omitfp@
90 build-bounded = @bounded@
91 build-static-nss = @static_nss@
92 add-ons = @add_ons@
93 add-on-subdirs = @add_on_subdirs@
94 sysdeps-add-ons = @sysdeps_add_ons@
95 cross-compiling = @cross_compiling@
96 force-install = @force_install@
97
98 # Build tools.
99 CC = @CC@
100 CXX = @CXX@
101 BUILD_CC = @BUILD_CC@
102 CFLAGS = @CFLAGS@
103 ASFLAGS-config = @ASFLAGS_config@
104 AR = @AR@
105 RANLIB = @RANLIB@
106 MAKEINFO = @MAKEINFO@
107 AS = $(CC) -c
108 MIG = @MIG@
109 PWD_P = @PWD_P@
110 BISON = @BISON@
111 AUTOCONF = @AUTOCONF@
112 OBJDUMP = @OBJDUMP@
113
114 # Installation tools.
115 INSTALL = @INSTALL@
116 INSTALL_PROGRAM = @INSTALL_PROGRAM@
117 INSTALL_SCRIPT = @INSTALL_SCRIPT@
118 INSTALL_DATA = @INSTALL_DATA@
119 INSTALL_INFO = @INSTALL_INFO@
120 LN_S = @LN_S@
121 MSGFMT = @MSGFMT@
122
123 # Script execution tools.
124 BASH = @BASH@
125 KSH = @KSH@
126 AWK = @AWK@
127 PERL = @PERL@
128
129 # Additional libraries.
130 LIBGD = @LIBGD@
131
132 # More variables may be inserted below by configure.