From e56238cbc4433b71b75f08deac35addb8426fef6 Mon Sep 17 00:00:00 2001 From: Nathan Moinvaziri Date: Mon, 22 Mar 2021 18:33:50 -0700 Subject: [PATCH] Print architecture-specific static and shared object files in configure script similar to CMake. --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index 3e69da89..2bf16198 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 -- 2.47.3