]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Print architecture-specific static and shared object files in configure script simila...
authorNathan Moinvaziri <nathan@nathanm.com>
Tue, 23 Mar 2021 01:33:50 +0000 (18:33 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sun, 13 Jun 2021 18:52:56 +0000 (20:52 +0200)
configure

index 3e69da8976f2599547c672bee5e9ed2756dda275..2bf16198b874ce6ab8782546b9f8948a597b2be4 100755 (executable)
--- 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