]> git.ipfire.org Git - thirdparty/glibc.git/blame - config.make.in
Fix whitespace in last patch.
[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
33a934a3 37defines = @DEFINES@
dbe7a0f5 38sysincludes = @SYSINCLUDES@
ef226fec 39c++-sysincludes = @CXX_SYSINCLUDES@
6cc7d725 40all-warnings = @all_warnings@
ff3d7ed3 41
99a9e88e 42elf = @elf@
f13df7c7 43have-z-combreloc = @libc_cv_z_combreloc@
2abf9ff1 44have-z-execstack = @libc_cv_z_execstack@
99a9e88e 45have-initfini = @libc_cv_have_initfini@
639c3248 46have-Bgroup = @libc_cv_Bgroup@
feca5e0b 47have-as-needed = @libc_cv_as_needed@
cdbf48be 48libgcc_s_suffix = @libc_cv_libgcc_s_suffix@
5ae3e846 49need-nopic-initfini = @nopic_initfini@
675322a5 50with-fp = @with_fp@
4d06461a 51with-cvs = @with_cvs@
a53bad16 52old-glibc-headers = @old_glibc_headers@
74bd2300 53unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
073e82bf 54have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@
7dbde9db 55enable-check-abi = @enable_check_abi@
bcd5f356 56have-forced-unwind = @libc_cv_forced_unwind@
c9c60884 57have-fpie = @libc_cv_fpie@
b037a293 58gnu89-inline-CFLAGS = @libc_cv_gnu89_inline@
401a9ec9 59have-ssp = @libc_cv_ssp@
74a30a58 60have-selinux = @have_selinux@
ec23b9be 61have-libaudit = @have_libaudit@
1f063dca 62have-libcap = @have_libcap@
c776b3d7 63have-cc-with-libunwind = @libc_cv_cc_with_libunwind@
49803108 64fno-unit-at-a-time = @fno_unit_at_a_time@
4df8c11d 65bind-now = @bindnow@
871b9158 66have-hash-style = @libc_cv_hashstyle@
74bd2300
UD
67
68static-libgcc = @libc_cv_gcc_static_libgcc@
99a9e88e 69
377a515b 70versioning = @VERSIONING@
deb7f0b4 71oldest-abi = @oldest_abi@
b17277cf 72no-whole-archive = @no_whole_archive@
dff14448 73exceptions = @exceptions@
425ce2ed 74multi-arch = @multi_arch@
377a515b 75
61c83c3f
RM
76mach-interface-list = @mach_interface_list@
77
84384f5b 78have-bash2 = @libc_cv_have_bash2@
5290baf0 79have-ksh = @libc_cv_have_ksh@
a641835a 80
8ed1e7d5
GK
81sizeof-long-double = @sizeof_long_double@
82
425ce2ed
UD
83experimental-malloc = @experimental_malloc@
84
900d7961
UD
85nss-crypt = @libc_cv_nss_crypt@
86
424f8c09 87# Configuration options.
650425ce 88build-static = @static@
ff3d7ed3 89build-shared = @shared@
900d7961 90build-pic-default= @libc_cv_pic_default@
ff3d7ed3
RM
91build-profile = @profile@
92build-omitfp = @omitfp@
5a97622d 93build-bounded = @bounded@
5107cf1d 94build-static-nss = @static_nss@
8f73811b 95add-ons = @add_ons@
e0a3ed4f
RM
96add-on-subdirs = @add_on_subdirs@
97sysdeps-add-ons = @sysdeps_add_ons@
779ae82e 98cross-compiling = @cross_compiling@
73237de3 99force-install = @force_install@
28f540f4 100
424f8c09 101# Build tools.
28f540f4 102CC = @CC@
58a7a325 103CXX = @CXX@
072ebcef 104BUILD_CC = @BUILD_CC@
6e86a7c2 105CFLAGS = @CFLAGS@
35915ec8 106ASFLAGS-config = @ASFLAGS_config@
28f540f4
RM
107AR = @AR@
108RANLIB = @RANLIB@
04be94a8 109MAKEINFO = @MAKEINFO@
ea03559a 110AS = $(CC) -c
4bca4c17 111MIG = @MIG@
c218729d 112PWD_P = @PWD_P@
ae113383 113BISON = @BISON@
1400de2e 114AUTOCONF = @AUTOCONF@
6e3d59bc 115OBJDUMP = @OBJDUMP@
28f540f4 116
424f8c09 117# Installation tools.
28f540f4
RM
118INSTALL = @INSTALL@
119INSTALL_PROGRAM = @INSTALL_PROGRAM@
07627f49 120INSTALL_SCRIPT = @INSTALL_SCRIPT@
28f540f4 121INSTALL_DATA = @INSTALL_DATA@
c0016081 122INSTALL_INFO = @INSTALL_INFO@
0e3426bb 123LN_S = @LN_S@
ce4d8b66 124MSGFMT = @MSGFMT@
a2b08ee5
UD
125
126# Script execution tools.
e967d385 127BASH = @BASH_SHELL@
5290baf0 128KSH = @KSH@
5aa8ff62 129AWK = @AWK@
a2b08ee5 130PERL = @PERL@
28f540f4 131
c8f3e6db
UD
132# Additional libraries.
133LIBGD = @LIBGD@
134
28f540f4 135# More variables may be inserted below by configure.