Lines Matching full:tee
58 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
61 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
66 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log
131 echo "** $0 aborting." | tee -a configure.log
145 echo 'usage:' | tee -a configure.log
146 echo ' configure [--prefix=PREFIX] [--eprefix=EXPREFIX]' | tee -a configure.log
147 …echo ' [--static] [--32] [--64] [--libdir=LIBDIR] [--sharedlibdir=LIBDIR]' | tee -a configure.l…
148 … echo ' [--includedir=INCLUDEDIR] [--archs="-arch i386 -arch x86_64"]' | tee -a configure.log
149 echo ' [--warn] Enables extra compiler warnings' | tee -a configure.log
150 …echo ' [--debug] Enables extra debug prints during operation' | tee -a config…
151 …compat] Compiles for zlib-compatible API instead of zlib-ng API' | tee -a configure.log
152 …-without-gzfileops] Compiles with the gzfile parts of the API enabled' | tee -a configure.log
153 …out-optimizations] Compiles without support for optional instruction sets' | tee -a configure.log
154 …t-new-strategies] Compiles without using new additional deflate strategies' | tee -a configure.log
155 …echo ' [--without-acle] Compiles without ARM C Language Extensions' | tee -a configu…
156 …echo ' [--without-neon] Compiles without ARM Neon SIMD instruction set' | tee -a con…
157 …flate] Use DEFLATE CONVERSION CALL instruction for compression on IBM Z' | tee -a configure.log
158 …ate] Use DEFLATE CONVERSION CALL instruction for decompression on IBM Z' | tee -a configure.log
159 …ctions are always available (disabled by default on x86, enabled on x86_64)' | tee -a configure.log
160 …-with-sanitizer] Build with sanitizer (memory, address, undefined)' | tee -a configure.log
161 …echo ' [--with-fuzzers] Build test/fuzz (disabled by default)' | tee -a configure.log
162 … Compiles with full instruction set supported on this host' | tee -a configure.log
188 --sysconfdir=*) echo "ignored option: --sysconfdir" | tee -a configure.log; shift ;;
189 --localstatedir=*) echo "ignored option: --localstatedir" | tee -a configure.log; shift ;;
198 echo "unknown option: $1" | tee -a configure.log
199 echo "$0 --help for help" | tee -a configure.log
226 echo -n "Checking for compiler... " | tee -a configure.log
286 echo "$cc" | tee -a configure.log
497 echo "$CC" | tee -a configure.log
552 test "`( $* ) 2>&1 | tee -a configure.log`" = ""
587 …echo "Compiler error reporting is too harsh for $0 (perhaps remove -Werror)." | tee -a configure.l…
594 echo -n "Checking for address sanitizer... " | tee -a configure.log
607 echo "-fsanitize=$sanitizers" | tee -a configure.log
612 echo No | tee -a configure.log
615 echo -n "Checking for leak sanitizer... " | tee -a configure.log
617 echo "-fsanitize=leak" | tee -a configure.log
622 echo No | tee -a configure.log
629 echo -n "Checking for memory sanitizer... " | tee -a configure.log
631 echo "-fsanitize=memory" | tee -a configure.log
636 echo No | tee -a configure.log
643 echo -n "Checking for undefined behavior sanitizer... " | tee -a configure.log
656 echo "-fsanitize=$sanitizers" | tee -a configure.log
661 echo No | tee -a configure.log
673 echo -n "Checking for shared library support... " | tee -a configure.log
677 echo "Building shared library $SHAREDTARGET with $CC." | tee -a configure.log
679 echo "No shared library support." | tee -a configure.log
682 echo 'No shared library support; try without defining CC and CFLAGS' | tee -a configure.log
696 echo Building static library $STATICLIB version $VER with $CC. | tee -a configure.log
712 echo "Checking for off64_t... Yes." | tee -a configure.log
713 echo "Checking for fseeko... Yes." | tee -a configure.log
715 echo "Checking for off64_t... No." | tee -a configure.log
725 echo "Checking for _off64_t... Yes." | tee -a configure.log
727 echo "Checking for _off64_t... No." | tee -a configure.log
738 echo "Checking for fseeko... Yes." | tee -a configure.log
742 echo "Checking for fseeko... No." | tee -a configure.log
755 echo "Checking for strerror... Yes." | tee -a configure.log
759 echo "Checking for strerror... No." | tee -a configure.log
780 echo "Checking for unistd.h... Yes." | tee -a configure.log
782 echo "Checking for unistd.h... No." | tee -a configure.log
788 echo -n "Checking for ptrdiff_t... " | tee -a configure.log
794 echo "Yes." | tee -a configure.log
796 echo "No." | tee -a configure.log
800 echo -n "Checking for sizeof(void *)... " | tee -a configure.log
807 echo "sizeof(int32_t)." | tee -a configure.log
817 echo "sizeof(int64_t)." | tee -a configure.log
821 echo "unknown." | tee -a configure.log
870 echo "Checking for ANSI C compliant compiler... Yes." | tee -a configure.log
873 echo "Checking for ANSI C compliant compiler... No." | tee -a configure.log
874 echo "Error: ANSI C compatible compiler needed, cannot continue." | tee -a configure.log
884 echo "Checking for -fno-semantic-interposition... Yes." | tee -a configure.log
887 echo "Checking for -fno-semantic-interposition... No." | tee -a configure.log
896 echo "Checking for -fno-lto... Yes." | tee -a configure.log
898 echo "Checking for -fno-lto... No." | tee -a configure.log
915 echo "Checking for attribute(visibility(hidden)) support... Yes." | tee -a configure.log
918 echo "Checking for attribute(visibility(hidden)) support... No." | tee -a configure.log
934 echo "Checking for attribute(visibility(internal)) support... Yes." | tee -a configure.log
937 echo "Checking for attribute(visibility(internal)) support... No." | tee -a configure.log
951 echo "Checking for __builtin_ctz ... Yes." | tee -a configure.log
955 echo "Checking for __builtin_ctz ... No." | tee -a configure.log
968 echo "Checking for __builtin_ctzll ... Yes." | tee -a configure.log
972 echo "Checking for __builtin_ctzll ... No." | tee -a configure.log
987 echo "Checking for SSE2 intrinsics ... Yes." | tee -a configure.log
990 echo "Checking for SSE2 intrinsics ... No." | tee -a configure.log
1011 echo "Checking for SSSE3 intrinsics ... Yes." | tee -a configure.log
1014 echo "Checking for SSSE3 intrinsics ... No." | tee -a configure.log
1029 echo "Checking for SSE4.2 CRC inline assembly ... Yes." | tee -a configure.log
1032 echo "Checking for SSE4.2 CRC inline assembly ... No." | tee -a configure.log
1051 echo "Checking for SSE4.2 CRC intrinsics ... Yes." | tee -a configure.log
1054 echo "Checking for SSE4.2 CRC intrinsics ... No." | tee -a configure.log
1076 echo "Checking for SSE4.2 compare string intrinsics ... Yes." | tee -a configure.log
1079 echo "Checking for SSE4.2 compare string intrinsics ... No." | tee -a configure.log
1100 echo "Checking for PCLMULQDQ intrinsics ... Yes." | tee -a configure.log
1103 echo "Checking for PCLMULQDQ intrinsics ... No." | tee -a configure.log
1134 echo "Checking for AVX2 intrinsics ... Yes." | tee -a configure.log
1137 echo "Checking for AVX2 intrinsics ... No." | tee -a configure.log
1152 echo "Check whether -mfpu=neon is available ... Yes." | tee -a configure.log
1155 echo "Check whether -mfpu=neon is available ... No." | tee -a configure.log
1169 echo "Check whether POWER8 instructions are available ... Yes." | tee -a configure.log
1172 echo "Check whether POWER8 instructions are available ... No." | tee -a configure.log
1182 echo "Checking for sys/sdt.h ... Yes." | tee -a configure.log
1186 echo "Checking for sys/sdt.h ... No." | tee -a configure.log
1288 … "HWCAP2_CRC32 not present in sys/auxv.h; cannot detect support at runtime." | tee -a configure.log
1301 …ho "HWCAP_NEON not present in sys/auxv.h; cannot detect support at runtime." | tee -a configure.log
1320 echo "ARM floating point arch not auto-detected" | tee -a configure.log
1322 echo "ARM floating point arch: ${floatabi}" | tee -a configure.log
1455 … "HWCAP2_CRC32 not present in sys/auxv.h; cannot detect support at runtime." | tee -a configure.log