X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=config.make.in;h=2fed3da773020a09cb3e2aca7c49a48943e0f3f1;hb=7b8481b330720d28c019a2e5994492a1923d5daa;hp=cca3954d73a62e12a40fcb76c6d9aa8515444cb6;hpb=3ce1f2959437e952b9db4eaeed2407424f11a4d1;p=thirdparty%2Fglibc.git diff --git a/config.make.in b/config.make.in index cca3954d73a..2fed3da7730 100644 --- a/config.make.in +++ b/config.make.in @@ -10,14 +10,19 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ datadir = @datadir@ libdir = @libdir@ +bindir = @bindir@ slibdir = @libc_cv_slibdir@ -localedir = @libc_cv_localedir@ +rtlddir = @libc_cv_rtlddir@ +complocaledir = @libc_cv_complocaledir@ sysconfdir = @libc_cv_sysconfdir@ libexecdir = @libexecdir@ rootsbindir = @libc_cv_rootsbindir@ infodir = @infodir@ includedir = @includedir@ datarootdir = @datarootdir@ +localstatedir = @libc_cv_localstatedir@ +localedir = @localedir@ +multidir= @libc_cv_multidir@ # Should we use and build ldconfig? use-ldconfig = @use_ldconfig@ @@ -34,33 +39,32 @@ config-sysdirs = @sysnames@ cflags-cpu = @libc_cv_cc_submachine@ asflags-cpu = @libc_cv_cc_submachine@ -config-cflags-sse4 = @libc_cv_cc_sse4@ -config-cflags-avx = @libc_cv_cc_avx@ -config-cflags-novzeroupper = @libc_cv_cc_novzeroupper@ -config-asflags-i686 = @libc_cv_as_i686@ +config-extra-cflags = @libc_extra_cflags@ +config-extra-cppflags = @libc_extra_cppflags@ +config-cflags-nofma = @libc_cv_cc_nofma@ defines = @DEFINES@ +sysheaders = @sysheaders@ sysincludes = @SYSINCLUDES@ c++-sysincludes = @CXX_SYSINCLUDES@ +c++-cstdlib-header = @CXX_CSTDLIB_HEADER@ +c++-cmath-header = @CXX_CMATH_HEADER@ +c++-bits-std_abs-h = @CXX_BITS_STD_ABS_H@ all-warnings = @all_warnings@ +enable-werror = @enable_werror@ -elf = @elf@ have-z-combreloc = @libc_cv_z_combreloc@ have-z-execstack = @libc_cv_z_execstack@ -have-initfini = @libc_cv_have_initfini@ -have-Bgroup = @libc_cv_Bgroup@ -have-as-needed = @libc_cv_as_needed@ -libgcc_s_suffix = @libc_cv_libgcc_s_suffix@ -need-nopic-initfini = @nopic_initfini@ -with-fp = @with_fp@ -old-glibc-headers = @old_glibc_headers@ +have-protected-data = @libc_cv_protected_data@ +have-insert = @libc_cv_insert@ +have-glob-dat-reloc = @libc_cv_has_glob_dat@ +with-fp = @libc_cv_with_fp@ +enable-timezone-tools = @enable_timezone_tools@ unwind-find-fde = @libc_cv_gcc_unwind_find_fde@ -have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@ -enable-check-abi = @enable_check_abi@ -have-forced-unwind = @libc_cv_forced_unwind@ have-fpie = @libc_cv_fpie@ -gnu89-inline-CFLAGS = @gnu89_inline@ have-ssp = @libc_cv_ssp@ +stack-protector = @stack_protector@ +no-stack-protector = @no_stack_protector@ have-selinux = @have_selinux@ have-libaudit = @have_libaudit@ have-libcap = @have_libcap@ @@ -70,52 +74,56 @@ bind-now = @bindnow@ have-hash-style = @libc_cv_hashstyle@ use-default-link = @use_default_link@ output-format = @libc_cv_output_format@ +have-cxx-thread_local = @libc_cv_cxx_thread_local@ +have-loop-to-function = @libc_cv_cc_loop_to_function@ +have-textrel_ifunc = @libc_cv_textrel_ifunc@ -static-libgcc = @libc_cv_gcc_static_libgcc@ - -versioning = @VERSIONING@ -oldest-abi = @oldest_abi@ -exceptions = @exceptions@ multi-arch = @multi_arch@ mach-interface-list = @mach_interface_list@ -have-bash2 = @libc_cv_have_bash2@ -have-ksh = @libc_cv_have_ksh@ - -sizeof-long-double = @sizeof_long_double@ +experimental-malloc = @experimental_malloc@ nss-crypt = @libc_cv_nss_crypt@ +static-nss-crypt = @libc_cv_static_nss_crypt@ # Configuration options. -build-static = @static@ build-shared = @shared@ build-pic-default= @libc_cv_pic_default@ +build-pie-default= @libc_cv_pie_default@ +cc-pie-default= @libc_cv_cc_pie_default@ build-profile = @profile@ -build-omitfp = @omitfp@ -build-bounded = @bounded@ build-static-nss = @static_nss@ -add-ons = @add_ons@ -add-on-subdirs = @add_on_subdirs@ -sysdeps-add-ons = @sysdeps_add_ons@ cross-compiling = @cross_compiling@ force-install = @force_install@ +link-obsolete-rpc = @link_obsolete_rpc@ +build-obsolete-nsl = @build_obsolete_nsl@ +build-crypt = @build_crypt@ +build-nscd = @build_nscd@ +use-nscd = @use_nscd@ +build-hardcoded-path-in-tests= @hardcoded_path_in_tests@ +build-pt-chown = @build_pt_chown@ +have-tunables = @have_tunables@ # Build tools. CC = @CC@ CXX = @CXX@ BUILD_CC = @BUILD_CC@ CFLAGS = @CFLAGS@ +CPPFLAGS-config = @CPPFLAGS@ +CPPUNDEFS = @CPPUNDEFS@ +extra-nonshared-cflags = @extra_nonshared_cflags@ ASFLAGS-config = @ASFLAGS_config@ AR = @AR@ +NM = @NM@ MAKEINFO = @MAKEINFO@ AS = $(CC) -c -MIG = @MIG@ -PWD_P = @PWD_P@ BISON = @BISON@ AUTOCONF = @AUTOCONF@ OBJDUMP = @OBJDUMP@ OBJCOPY = @OBJCOPY@ +GPROF = @GPROF@ +READELF = @READELF@ # Installation tools. INSTALL = @INSTALL@ @@ -128,11 +136,17 @@ MSGFMT = @MSGFMT@ # Script execution tools. BASH = @BASH_SHELL@ -KSH = @KSH@ AWK = @AWK@ PERL = @PERL@ +PYTHON = @PYTHON@ # Additional libraries. LIBGD = @LIBGD@ +# Package versions and bug reporting configuration. +PKGVERSION = @PKGVERSION@ +PKGVERSION_TEXI = @PKGVERSION_TEXI@ +REPORT_BUGS_TO = @REPORT_BUGS_TO@ +REPORT_BUGS_TEXI = @REPORT_BUGS_TEXI@ + # More variables may be inserted below by configure.