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