]> git.ipfire.org Git - thirdparty/glibc.git/blame - config.make.in
[AArch64] Fix procfs.h not to expose stdint.h types
[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@
84384f5b 13slibdir = @libc_cv_slibdir@
aaa8cb4b 14rtlddir = @libc_cv_rtlddir@
90fe682d 15complocaledir = @libc_cv_complocaledir@
77259608 16sysconfdir = @libc_cv_sysconfdir@
6591c335 17libexecdir = @libexecdir@
8d57beea 18rootsbindir = @libc_cv_rootsbindir@
cf0fac8b 19infodir = @infodir@
25c751d0 20includedir = @includedir@
f8f6ff5d 21datarootdir = @datarootdir@
4248b1b1 22localstatedir = @libc_cv_localstatedir@
314f6dee 23localedir = @localedir@
1ef32c3d 24
591e1ffb
UD
25# Should we use and build ldconfig?
26use-ldconfig = @use_ldconfig@
ff3d7ed3 27
cb343854
UD
28# Maybe the `ldd' script must be rewritten.
29ldd-rewrite-script = @ldd_rewrite_script@
30
ff3d7ed3 31# System configuration.
28f540f4 32config-machine = @host_cpu@
f0523145 33base-machine = @base_machine@
28f540f4
RM
34config-vendor = @host_vendor@
35config-os = @host_os@
36config-sysdirs = @sysnames@
2cf9ad57 37cflags-cpu = @libc_cv_cc_submachine@
23b6b466 38asflags-cpu = @libc_cv_cc_submachine@
28f540f4 39
30b99d79 40config-extra-cflags = @libc_extra_cflags@
7ffa9423 41config-extra-cppflags = @libc_extra_cppflags@
7998fa78 42config-cflags-nofma = @libc_cv_cc_nofma@
06e51c8f 43
33a934a3 44defines = @DEFINES@
c91c505f 45sysheaders = @sysheaders@
dbe7a0f5 46sysincludes = @SYSINCLUDES@
ef226fec 47c++-sysincludes = @CXX_SYSINCLUDES@
fc3e1337
FW
48c++-cstdlib-header = @CXX_CSTDLIB_HEADER@
49c++-cmath-header = @CXX_CMATH_HEADER@
a65ea28d 50c++-bits-std_abs-h = @CXX_BITS_STD_ABS_H@
6cc7d725 51all-warnings = @all_warnings@
a4ecc9eb 52enable-werror = @enable_werror@
ff3d7ed3 53
f13df7c7 54have-z-combreloc = @libc_cv_z_combreloc@
2abf9ff1 55have-z-execstack = @libc_cv_z_execstack@
83569fb8 56have-protected-data = @libc_cv_protected_data@
19f1a11e 57have-insert = @libc_cv_insert@
89569c8b 58have-glob-dat-reloc = @libc_cv_has_glob_dat@
675322a5 59with-fp = @with_fp@
1cba4036 60enable-timezone-tools = @enable_timezone_tools@
74bd2300 61unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
c9c60884 62have-fpie = @libc_cv_fpie@
10c85e76 63have-ssp = @libc_cv_ssp@
6ab674eb 64stack-protector = @stack_protector@
10c85e76 65no-stack-protector = @no_stack_protector@
74a30a58 66have-selinux = @have_selinux@
ec23b9be 67have-libaudit = @have_libaudit@
1f063dca 68have-libcap = @have_libcap@
c776b3d7 69have-cc-with-libunwind = @libc_cv_cc_with_libunwind@
49803108 70fno-unit-at-a-time = @fno_unit_at_a_time@
4df8c11d 71bind-now = @bindnow@
871b9158 72have-hash-style = @libc_cv_hashstyle@
f781ef40 73use-default-link = @use_default_link@
5c550700 74output-format = @libc_cv_output_format@
99e1dc0a 75have-cxx-thread_local = @libc_cv_cxx_thread_local@
9dd409a5 76have-loop-to-function = @libc_cv_cc_loop_to_function@
74bd2300 77
425ce2ed 78multi-arch = @multi_arch@
377a515b 79
61c83c3f
RM
80mach-interface-list = @mach_interface_list@
81
d5c3fafc
DD
82experimental-malloc = @experimental_malloc@
83
900d7961 84nss-crypt = @libc_cv_nss_crypt@
84aa7516 85static-nss-crypt = @libc_cv_static_nss_crypt@
900d7961 86
424f8c09 87# Configuration options.
ff3d7ed3 88build-shared = @shared@
900d7961 89build-pic-default= @libc_cv_pic_default@
cc08749b 90build-pie-default= @libc_cv_pie_default@
ff3d7ed3 91build-profile = @profile@
5107cf1d 92build-static-nss = @static_nss@
8f73811b 93add-ons = @add_ons@
e0a3ed4f
RM
94add-on-subdirs = @add_on_subdirs@
95sysdeps-add-ons = @sysdeps_add_ons@
779ae82e 96cross-compiling = @cross_compiling@
73237de3 97force-install = @force_install@
021db4be 98link-obsolete-rpc = @link_obsolete_rpc@
1e4d83f6 99build-obsolete-nsl = @build_obsolete_nsl@
c53d909c 100build-nscd = @build_nscd@
3cc3ef96 101use-nscd = @use_nscd@
740b3dbe 102build-hardcoded-path-in-tests= @hardcoded_path_in_tests@
e4608715 103build-pt-chown = @build_pt_chown@
5a414ff7 104enable-lock-elision = @enable_lock_elision@
67e58f39 105have-tunables = @have_tunables@
28f540f4 106
424f8c09 107# Build tools.
28f540f4 108CC = @CC@
58a7a325 109CXX = @CXX@
072ebcef 110BUILD_CC = @BUILD_CC@
6e86a7c2 111CFLAGS = @CFLAGS@
1c3b002b 112CPPFLAGS-config = @CPPFLAGS@
61653dfb 113CPPUNDEFS = @CPPUNDEFS@
35915ec8 114ASFLAGS-config = @ASFLAGS_config@
28f540f4 115AR = @AR@
aba75984 116NM = @NM@
04be94a8 117MAKEINFO = @MAKEINFO@
ea03559a 118AS = $(CC) -c
ae113383 119BISON = @BISON@
1400de2e 120AUTOCONF = @AUTOCONF@
6e3d59bc 121OBJDUMP = @OBJDUMP@
1b74661a 122OBJCOPY = @OBJCOPY@
6014c65d 123GPROF = @GPROF@
82a79e7d 124READELF = @READELF@
28f540f4 125
424f8c09 126# Installation tools.
28f540f4
RM
127INSTALL = @INSTALL@
128INSTALL_PROGRAM = @INSTALL_PROGRAM@
07627f49 129INSTALL_SCRIPT = @INSTALL_SCRIPT@
28f540f4 130INSTALL_DATA = @INSTALL_DATA@
c0016081 131INSTALL_INFO = @INSTALL_INFO@
0e3426bb 132LN_S = @LN_S@
ce4d8b66 133MSGFMT = @MSGFMT@
a2b08ee5
UD
134
135# Script execution tools.
e967d385 136BASH = @BASH_SHELL@
5aa8ff62 137AWK = @AWK@
a2b08ee5 138PERL = @PERL@
8ce8299f 139PYTHON = @PYTHON@
28f540f4 140
c8f3e6db
UD
141# Additional libraries.
142LIBGD = @LIBGD@
143
8b748aed
JM
144# Package versions and bug reporting configuration.
145PKGVERSION = @PKGVERSION@
146PKGVERSION_TEXI = @PKGVERSION_TEXI@
147REPORT_BUGS_TO = @REPORT_BUGS_TO@
148REPORT_BUGS_TEXI = @REPORT_BUGS_TEXI@
149
28f540f4 150# More variables may be inserted below by configure.