From: Nathan Moinvaziri Date: Tue, 23 Mar 2021 01:33:50 +0000 (-0700) Subject: Print architecture-specific static and shared object files in configure script simila... X-Git-Tag: 2.1.0-beta1~577 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e56238cbc4433b71b75f08deac35addb8426fef6;p=thirdparty%2Fzlib-ng.git Print architecture-specific static and shared object files in configure script similar to CMake. --- diff --git a/configure b/configure index 3e69da897..2bf16198b 100755 --- a/configure +++ b/configure @@ -1558,6 +1558,8 @@ esac echo "ARCH: ${ARCH}" echo "Using arch directory: ${ARCHDIR}" +echo "Architecture-specific static object files:${ARCH_STATIC_OBJS}" +echo "Architecture-specific shared object files:${ARCH_SHARED_OBJS}" # show the results in the log echo >> configure.log