]> git.ipfire.org Git - thirdparty/glibc.git/blame - config.make.in
malloc: set NON_MAIN_ARENA flag for reclaimed memalign chunk (BZ #30101)
[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.
751eb97e 8install_root = $(DESTDIR)
ff3d7ed3
RM
9prefix = @prefix@
10exec_prefix = @exec_prefix@
778c59c8 11datadir = @datadir@
1c25bcac 12libdir = @libdir@
91f043ae 13bindir = @bindir@
84384f5b 14slibdir = @libc_cv_slibdir@
aaa8cb4b 15rtlddir = @libc_cv_rtlddir@
90fe682d 16complocaledir = @libc_cv_complocaledir@
77259608 17sysconfdir = @libc_cv_sysconfdir@
6591c335 18libexecdir = @libexecdir@
8d57beea 19rootsbindir = @libc_cv_rootsbindir@
cf0fac8b 20infodir = @infodir@
25c751d0 21includedir = @includedir@
f8f6ff5d 22datarootdir = @datarootdir@
4248b1b1 23localstatedir = @libc_cv_localstatedir@
314f6dee 24localedir = @localedir@
abcb584d 25multidir= @libc_cv_multidir@
1ef32c3d 26
591e1ffb
UD
27# Should we use and build ldconfig?
28use-ldconfig = @use_ldconfig@
ff3d7ed3 29
cb343854
UD
30# Maybe the `ldd' script must be rewritten.
31ldd-rewrite-script = @ldd_rewrite_script@
32
ff3d7ed3 33# System configuration.
28f540f4 34config-machine = @host_cpu@
f0523145 35base-machine = @base_machine@
28f540f4
RM
36config-vendor = @host_vendor@
37config-os = @host_os@
38config-sysdirs = @sysnames@
2cf9ad57 39cflags-cpu = @libc_cv_cc_submachine@
23b6b466 40asflags-cpu = @libc_cv_cc_submachine@
28f540f4 41
30b99d79 42config-extra-cflags = @libc_extra_cflags@
7ffa9423 43config-extra-cppflags = @libc_extra_cppflags@
7998fa78 44config-cflags-nofma = @libc_cv_cc_nofma@
06e51c8f 45
33a934a3 46defines = @DEFINES@
c91c505f 47sysheaders = @sysheaders@
dbe7a0f5 48sysincludes = @SYSINCLUDES@
ef226fec 49c++-sysincludes = @CXX_SYSINCLUDES@
fc3e1337
FW
50c++-cstdlib-header = @CXX_CSTDLIB_HEADER@
51c++-cmath-header = @CXX_CMATH_HEADER@
a65ea28d 52c++-bits-std_abs-h = @CXX_BITS_STD_ABS_H@
6cc7d725 53all-warnings = @all_warnings@
a4ecc9eb 54enable-werror = @enable_werror@
ff3d7ed3 55
2abf9ff1 56have-z-execstack = @libc_cv_z_execstack@
83569fb8 57have-protected-data = @libc_cv_protected_data@
19f1a11e 58have-insert = @libc_cv_insert@
89569c8b 59have-glob-dat-reloc = @libc_cv_has_glob_dat@
8df5d347 60with-fp = @libc_cv_with_fp@
1cba4036 61enable-timezone-tools = @enable_timezone_tools@
74bd2300 62unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
c9c60884 63have-fpie = @libc_cv_fpie@
10c85e76 64have-ssp = @libc_cv_ssp@
6ab674eb 65stack-protector = @stack_protector@
10c85e76 66no-stack-protector = @no_stack_protector@
74a30a58 67have-selinux = @have_selinux@
ec23b9be 68have-libaudit = @have_libaudit@
1f063dca 69have-libcap = @have_libcap@
c776b3d7 70have-cc-with-libunwind = @libc_cv_cc_with_libunwind@
4df8c11d 71bind-now = @bindnow@
99e1dc0a 72have-cxx-thread_local = @libc_cv_cxx_thread_local@
9dd409a5 73have-loop-to-function = @libc_cv_cc_loop_to_function@
b5c45e83 74have-textrel_ifunc = @libc_cv_textrel_ifunc@
74bd2300 75
425ce2ed 76multi-arch = @multi_arch@
377a515b 77
61c83c3f
RM
78mach-interface-list = @mach_interface_list@
79
33784089
RE
80memory-tagging = @memory_tagging@
81
900d7961 82nss-crypt = @libc_cv_nss_crypt@
84aa7516 83static-nss-crypt = @libc_cv_static_nss_crypt@
900d7961 84
424f8c09 85# Configuration options.
ff3d7ed3
RM
86build-shared = @shared@
87build-profile = @profile@
5107cf1d 88build-static-nss = @static_nss@
779ae82e 89cross-compiling = @cross_compiling@
73237de3 90force-install = @force_install@
e69d994a 91build-crypt = @build_crypt@
c53d909c 92build-nscd = @build_nscd@
3cc3ef96 93use-nscd = @use_nscd@
740b3dbe 94build-hardcoded-path-in-tests= @hardcoded_path_in_tests@
e4608715 95build-pt-chown = @build_pt_chown@
ad201afe 96pthread-in-libc = @pthread_in_libc@
28f540f4 97
424f8c09 98# Build tools.
28f540f4 99CC = @CC@
58a7a325 100CXX = @CXX@
072ebcef 101BUILD_CC = @BUILD_CC@
6e86a7c2 102CFLAGS = @CFLAGS@
1c3b002b 103CPPFLAGS-config = @CPPFLAGS@
61653dfb 104CPPUNDEFS = @CPPUNDEFS@
6413fcde 105extra-nonshared-cflags = @extra_nonshared_cflags@
9ba202c7 106rtld-early-cflags = @rtld_early_cflags@
35915ec8 107ASFLAGS-config = @ASFLAGS_config@
28f540f4 108AR = @AR@
aba75984 109NM = @NM@
04be94a8 110MAKEINFO = @MAKEINFO@
ea03559a 111AS = $(CC) -c
ae113383 112BISON = @BISON@
1400de2e 113AUTOCONF = @AUTOCONF@
6e3d59bc 114OBJDUMP = @OBJDUMP@
1b74661a 115OBJCOPY = @OBJCOPY@
6014c65d 116GPROF = @GPROF@
82a79e7d 117READELF = @READELF@
28f540f4 118
424f8c09 119# Installation tools.
28f540f4
RM
120INSTALL = @INSTALL@
121INSTALL_PROGRAM = @INSTALL_PROGRAM@
07627f49 122INSTALL_SCRIPT = @INSTALL_SCRIPT@
28f540f4 123INSTALL_DATA = @INSTALL_DATA@
c0016081 124INSTALL_INFO = @INSTALL_INFO@
0e3426bb 125LN_S = @LN_S@
ce4d8b66 126MSGFMT = @MSGFMT@
a2b08ee5
UD
127
128# Script execution tools.
e967d385 129BASH = @BASH_SHELL@
5aa8ff62 130AWK = @AWK@
a2b08ee5 131PERL = @PERL@
8ce8299f 132PYTHON = @PYTHON@
28f540f4 133
c8f3e6db
UD
134# Additional libraries.
135LIBGD = @LIBGD@
136
8b748aed
JM
137# Package versions and bug reporting configuration.
138PKGVERSION = @PKGVERSION@
139PKGVERSION_TEXI = @PKGVERSION_TEXI@
140REPORT_BUGS_TO = @REPORT_BUGS_TO@
141REPORT_BUGS_TEXI = @REPORT_BUGS_TEXI@
142
28f540f4 143# More variables may be inserted below by configure.