]> git.ipfire.org Git - thirdparty/glibc.git/blame - config.make.in
No need for RANLIB make variable anymore
[thirdparty/glibc.git] / config.make.in
CommitLineData
28f540f4 1# @configure_input@
28f540f4
RM
2# Don't edit this file. Put configuration parameters in configparms instead.
3
ee74a442
UD
4version = @VERSION@
5release = @RELEASE@
6
ff3d7ed3 7# Installation prefixes.
8d57beea 8install_root =
ff3d7ed3
RM
9prefix = @prefix@
10exec_prefix = @exec_prefix@
778c59c8 11datadir = @datadir@
1c25bcac 12libdir = @libdir@
84384f5b 13slibdir = @libc_cv_slibdir@
a1d84548 14localedir = @libc_cv_localedir@
77259608 15sysconfdir = @libc_cv_sysconfdir@
6591c335 16libexecdir = @libexecdir@
8d57beea 17rootsbindir = @libc_cv_rootsbindir@
cf0fac8b 18infodir = @infodir@
25c751d0 19includedir = @includedir@
f8f6ff5d 20datarootdir = @datarootdir@
1ef32c3d 21
591e1ffb
UD
22# Should we use and build ldconfig?
23use-ldconfig = @use_ldconfig@
ff3d7ed3 24
cb343854
UD
25# Maybe the `ldd' script must be rewritten.
26ldd-rewrite-script = @ldd_rewrite_script@
27
ff3d7ed3 28# System configuration.
28f540f4 29config-machine = @host_cpu@
f0523145 30base-machine = @base_machine@
28f540f4
RM
31config-vendor = @host_vendor@
32config-os = @host_os@
33config-sysdirs = @sysnames@
2cf9ad57 34cflags-cpu = @libc_cv_cc_submachine@
23b6b466 35asflags-cpu = @libc_cv_cc_submachine@
28f540f4 36
06e51c8f 37config-cflags-sse4 = @libc_cv_cc_sse4@
b0ecde3a 38config-cflags-avx = @libc_cv_cc_avx@
435b95eb 39config-cflags-novzeroupper = @libc_cv_cc_novzeroupper@
01f1f5ee 40config-asflags-i686 = @libc_cv_as_i686@
06e51c8f 41
33a934a3 42defines = @DEFINES@
dbe7a0f5 43sysincludes = @SYSINCLUDES@
ef226fec 44c++-sysincludes = @CXX_SYSINCLUDES@
6cc7d725 45all-warnings = @all_warnings@
ff3d7ed3 46
99a9e88e 47elf = @elf@
f13df7c7 48have-z-combreloc = @libc_cv_z_combreloc@
2abf9ff1 49have-z-execstack = @libc_cv_z_execstack@
99a9e88e 50have-initfini = @libc_cv_have_initfini@
639c3248 51have-Bgroup = @libc_cv_Bgroup@
feca5e0b 52have-as-needed = @libc_cv_as_needed@
cdbf48be 53libgcc_s_suffix = @libc_cv_libgcc_s_suffix@
5ae3e846 54need-nopic-initfini = @nopic_initfini@
675322a5 55with-fp = @with_fp@
4d06461a 56with-cvs = @with_cvs@
a53bad16 57old-glibc-headers = @old_glibc_headers@
74bd2300 58unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
073e82bf 59have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@
7dbde9db 60enable-check-abi = @enable_check_abi@
bcd5f356 61have-forced-unwind = @libc_cv_forced_unwind@
c9c60884 62have-fpie = @libc_cv_fpie@
1c7570ff 63gnu89-inline-CFLAGS = @gnu89_inline@
401a9ec9 64have-ssp = @libc_cv_ssp@
74a30a58 65have-selinux = @have_selinux@
ec23b9be 66have-libaudit = @have_libaudit@
1f063dca 67have-libcap = @have_libcap@
c776b3d7 68have-cc-with-libunwind = @libc_cv_cc_with_libunwind@
49803108 69fno-unit-at-a-time = @fno_unit_at_a_time@
4df8c11d 70bind-now = @bindnow@
871b9158 71have-hash-style = @libc_cv_hashstyle@
74bd2300
UD
72
73static-libgcc = @libc_cv_gcc_static_libgcc@
99a9e88e 74
377a515b 75versioning = @VERSIONING@
deb7f0b4 76oldest-abi = @oldest_abi@
b17277cf 77no-whole-archive = @no_whole_archive@
dff14448 78exceptions = @exceptions@
425ce2ed 79multi-arch = @multi_arch@
377a515b 80
61c83c3f
RM
81mach-interface-list = @mach_interface_list@
82
84384f5b 83have-bash2 = @libc_cv_have_bash2@
5290baf0 84have-ksh = @libc_cv_have_ksh@
a641835a 85
8ed1e7d5
GK
86sizeof-long-double = @sizeof_long_double@
87
425ce2ed
UD
88experimental-malloc = @experimental_malloc@
89
900d7961
UD
90nss-crypt = @libc_cv_nss_crypt@
91
424f8c09 92# Configuration options.
650425ce 93build-static = @static@
ff3d7ed3 94build-shared = @shared@
900d7961 95build-pic-default= @libc_cv_pic_default@
ff3d7ed3
RM
96build-profile = @profile@
97build-omitfp = @omitfp@
5a97622d 98build-bounded = @bounded@
5107cf1d 99build-static-nss = @static_nss@
8f73811b 100add-ons = @add_ons@
e0a3ed4f
RM
101add-on-subdirs = @add_on_subdirs@
102sysdeps-add-ons = @sysdeps_add_ons@
779ae82e 103cross-compiling = @cross_compiling@
73237de3 104force-install = @force_install@
28f540f4 105
424f8c09 106# Build tools.
28f540f4 107CC = @CC@
58a7a325 108CXX = @CXX@
072ebcef 109BUILD_CC = @BUILD_CC@
6e86a7c2 110CFLAGS = @CFLAGS@
35915ec8 111ASFLAGS-config = @ASFLAGS_config@
28f540f4 112AR = @AR@
04be94a8 113MAKEINFO = @MAKEINFO@
ea03559a 114AS = $(CC) -c
4bca4c17 115MIG = @MIG@
c218729d 116PWD_P = @PWD_P@
ae113383 117BISON = @BISON@
1400de2e 118AUTOCONF = @AUTOCONF@
6e3d59bc 119OBJDUMP = @OBJDUMP@
28f540f4 120
424f8c09 121# Installation tools.
28f540f4
RM
122INSTALL = @INSTALL@
123INSTALL_PROGRAM = @INSTALL_PROGRAM@
07627f49 124INSTALL_SCRIPT = @INSTALL_SCRIPT@
28f540f4 125INSTALL_DATA = @INSTALL_DATA@
c0016081 126INSTALL_INFO = @INSTALL_INFO@
0e3426bb 127LN_S = @LN_S@
ce4d8b66 128MSGFMT = @MSGFMT@
a2b08ee5
UD
129
130# Script execution tools.
e967d385 131BASH = @BASH_SHELL@
5290baf0 132KSH = @KSH@
5aa8ff62 133AWK = @AWK@
a2b08ee5 134PERL = @PERL@
28f540f4 135
c8f3e6db
UD
136# Additional libraries.
137LIBGD = @LIBGD@
138
28f540f4 139# More variables may be inserted below by configure.