]> git.ipfire.org Git - thirdparty/glibc.git/blame - config.make.in
* locale/iso-4217.def: Update.
[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@
1ef32c3d 20
591e1ffb
UD
21# Should we use and build ldconfig?
22use-ldconfig = @use_ldconfig@
ff3d7ed3 23
cb343854
UD
24# Maybe the `ldd' script must be rewritten.
25ldd-rewrite-script = @ldd_rewrite_script@
26
ff3d7ed3 27# System configuration.
28f540f4 28config-machine = @host_cpu@
f0523145 29base-machine = @base_machine@
28f540f4
RM
30config-vendor = @host_vendor@
31config-os = @host_os@
32config-sysdirs = @sysnames@
2ceaa76a 33with-cpu = @submachine@
28f540f4 34
33a934a3 35defines = @DEFINES@
dbe7a0f5 36sysincludes = @SYSINCLUDES@
ef226fec 37c++-sysincludes = @CXX_SYSINCLUDES@
6cc7d725 38all-warnings = @all_warnings@
ff3d7ed3 39
99a9e88e 40elf = @elf@
2d499f55 41have-protected = @libc_cv_asm_protected_directive@
0fb7851f 42have-z-nodelete = @libc_cv_z_nodelete@
2f54c82d 43have-z-nodlopen = @libc_cv_z_nodlopen@
5d916713 44have-z-initfirst = @libc_cv_z_initfirst@
f13df7c7 45have-z-combreloc = @libc_cv_z_combreloc@
2abf9ff1 46have-z-execstack = @libc_cv_z_execstack@
99a9e88e 47have-initfini = @libc_cv_have_initfini@
ed20b3d9 48have-z-relro = @libc_cv_z_relro@
639c3248 49have-Bgroup = @libc_cv_Bgroup@
feca5e0b 50have-as-needed = @libc_cv_as_needed@
cdbf48be 51libgcc_s_suffix = @libc_cv_libgcc_s_suffix@
5ae3e846 52need-nopic-initfini = @nopic_initfini@
675322a5 53with-fp = @with_fp@
4d06461a 54with-cvs = @with_cvs@
a53bad16 55old-glibc-headers = @old_glibc_headers@
74bd2300 56unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
073e82bf 57have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@
7dbde9db 58enable-check-abi = @enable_check_abi@
bcd5f356 59have-forced-unwind = @libc_cv_forced_unwind@
c9c60884 60have-fpie = @libc_cv_fpie@
401a9ec9 61have-ssp = @libc_cv_ssp@
74a30a58 62have-selinux = @have_selinux@
ec23b9be 63have-libaudit = @have_libaudit@
c776b3d7 64have-cc-with-libunwind = @libc_cv_cc_with_libunwind@
49803108 65fno-unit-at-a-time = @fno_unit_at_a_time@
4df8c11d 66bind-now = @bindnow@
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@
377a515b 74
61c83c3f
RM
75mach-interface-list = @mach_interface_list@
76
84384f5b 77have-bash2 = @libc_cv_have_bash2@
5290baf0 78have-ksh = @libc_cv_have_ksh@
a641835a 79
8ed1e7d5
GK
80sizeof-long-double = @sizeof_long_double@
81
424f8c09 82# Configuration options.
650425ce 83build-static = @static@
ff3d7ed3 84build-shared = @shared@
cc3fa755 85build-pic-default= @pic_default@
ff3d7ed3
RM
86build-profile = @profile@
87build-omitfp = @omitfp@
5a97622d 88build-bounded = @bounded@
5107cf1d 89build-static-nss = @static_nss@
8f73811b 90add-ons = @add_ons@
e0a3ed4f
RM
91add-on-subdirs = @add_on_subdirs@
92sysdeps-add-ons = @sysdeps_add_ons@
779ae82e 93cross-compiling = @cross_compiling@
73237de3 94force-install = @force_install@
28f540f4 95
424f8c09 96# Build tools.
28f540f4 97CC = @CC@
58a7a325 98CXX = @CXX@
072ebcef 99BUILD_CC = @BUILD_CC@
6e86a7c2 100CFLAGS = @CFLAGS@
35915ec8 101ASFLAGS-config = @ASFLAGS_config@
28f540f4
RM
102AR = @AR@
103RANLIB = @RANLIB@
04be94a8 104MAKEINFO = @MAKEINFO@
ea03559a 105AS = $(CC) -c
4bca4c17 106MIG = @MIG@
c218729d 107PWD_P = @PWD_P@
ae113383 108BISON = @BISON@
1400de2e 109AUTOCONF = @AUTOCONF@
6e3d59bc 110OBJDUMP = @OBJDUMP@
28f540f4 111
424f8c09 112# Installation tools.
28f540f4
RM
113INSTALL = @INSTALL@
114INSTALL_PROGRAM = @INSTALL_PROGRAM@
07627f49 115INSTALL_SCRIPT = @INSTALL_SCRIPT@
28f540f4 116INSTALL_DATA = @INSTALL_DATA@
c0016081 117INSTALL_INFO = @INSTALL_INFO@
0e3426bb 118LN_S = @LN_S@
ce4d8b66 119MSGFMT = @MSGFMT@
a2b08ee5
UD
120
121# Script execution tools.
84384f5b 122BASH = @BASH@
5290baf0 123KSH = @KSH@
5aa8ff62 124AWK = @AWK@
a2b08ee5 125PERL = @PERL@
28f540f4 126
c8f3e6db
UD
127# Additional libraries.
128LIBGD = @LIBGD@
129
28f540f4 130# More variables may be inserted below by configure.