X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=config.make.in;h=ad4dd30607199543fd7f3e6f3656e80c8be87104;hb=3c0c543b878ee0b4b20d3aa07b5987bad30825c7;hp=5f6f9e281d0b63dcd73bf11bd40a909ce40f9a55;hpb=82a79e7d1843f9d90075a0bf2f04557040829bb0;p=platform%2Fupstream%2Fglibc.git diff --git a/config.make.in b/config.make.in index 5f6f9e2..ad4dd30 100644 --- a/config.make.in +++ b/config.make.in @@ -11,6 +11,7 @@ exec_prefix = @exec_prefix@ datadir = @datadir@ libdir = @libdir@ slibdir = @libc_cv_slibdir@ +rtlddir = @libc_cv_rtlddir@ localedir = @libc_cv_localedir@ sysconfdir = @libc_cv_sysconfdir@ libexecdir = @libexecdir@ @@ -18,6 +19,7 @@ rootsbindir = @libc_cv_rootsbindir@ infodir = @infodir@ includedir = @includedir@ datarootdir = @datarootdir@ +localstatedir = @libc_cv_localstatedir@ # Should we use and build ldconfig? use-ldconfig = @use_ldconfig@ @@ -34,17 +36,16 @@ 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-sse2avx = @libc_cv_cc_sse2avx@ -config-cflags-novzeroupper = @libc_cv_cc_novzeroupper@ +config-extra-cflags = @libc_extra_cflags@ +config-extra-cppflags = @libc_extra_cppflags@ config-cflags-nofma = @libc_cv_cc_nofma@ -config-asflags-i686 = @libc_cv_as_i686@ defines = @DEFINES@ +sysheaders = @sysheaders@ sysincludes = @SYSINCLUDES@ c++-sysincludes = @CXX_SYSINCLUDES@ all-warnings = @all_warnings@ +enable-werror = @enable_werror@ have-z-combreloc = @libc_cv_z_combreloc@ have-z-execstack = @libc_cv_z_execstack@ @@ -52,11 +53,8 @@ have-Bgroup = @libc_cv_Bgroup@ with-fp = @with_fp@ old-glibc-headers = @old_glibc_headers@ unwind-find-fde = @libc_cv_gcc_unwind_find_fde@ -have-cpp-asm-debuginfo = @libc_cv_cpp_asm_debuginfo@ have-forced-unwind = @libc_cv_forced_unwind@ have-fpie = @libc_cv_fpie@ -have-mfma4 = @libc_cv_cc_fma4@ -have-as-vis3 = @libc_cv_sparc_as_vis3@ gnu89-inline-CFLAGS = @gnu89_inline@ have-ssp = @libc_cv_ssp@ have-selinux = @have_selinux@ @@ -71,16 +69,11 @@ output-format = @libc_cv_output_format@ 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@ nss-crypt = @libc_cv_nss_crypt@ @@ -89,13 +82,18 @@ nss-crypt = @libc_cv_nss_crypt@ build-shared = @shared@ build-pic-default= @libc_cv_pic_default@ build-profile = @profile@ -build-bounded = no 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-nscd = @build_nscd@ +use-nscd = @use_nscd@ +build-hardcoded-path-in-tests= @hardcoded_path_in_tests@ +build-pt-chown = @build_pt_chown@ +enable-lock-elision = @enable_lock_elision@ # Build tools. CC = @CC@ @@ -103,11 +101,12 @@ CXX = @CXX@ BUILD_CC = @BUILD_CC@ CFLAGS = @CFLAGS@ CPPFLAGS-config = @CPPFLAGS@ +CPPUNDEFS = @CPPUNDEFS@ ASFLAGS-config = @ASFLAGS_config@ AR = @AR@ +NM = @NM@ MAKEINFO = @MAKEINFO@ AS = $(CC) -c -MIG = @MIG@ BISON = @BISON@ AUTOCONF = @AUTOCONF@ OBJDUMP = @OBJDUMP@ @@ -125,11 +124,16 @@ MSGFMT = @MSGFMT@ # Script execution tools. BASH = @BASH_SHELL@ -KSH = @KSH@ AWK = @AWK@ PERL = @PERL@ # 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.