From 7c02fc3075d1929b95dfff7b427e72ca0313cc38 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 17 Jan 2022 03:58:13 -0500 Subject: libgloss: clean up redundant shared lib warnings Use standard AC_MSG_WARN macro in the top-level configure, and delete the message from all the subdirs. There's no need to issue this more than once per libgloss build. --- libgloss/iq2000/configure | 4 ---- libgloss/iq2000/configure.ac | 4 ---- 2 files changed, 8 deletions(-) (limited to 'libgloss/iq2000') diff --git a/libgloss/iq2000/configure b/libgloss/iq2000/configure index 74607aa32..b46846f30 100755 --- a/libgloss/iq2000/configure +++ b/libgloss/iq2000/configure @@ -1769,10 +1769,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -if test "${enable_shared}" = "yes" ; then - echo "Shared libraries not supported for cross compiling, ignored" -fi - ac_aux_dir= for ac_dir in ../.. "$srcdir"/../..; do if test -f "$ac_dir/install-sh"; then diff --git a/libgloss/iq2000/configure.ac b/libgloss/iq2000/configure.ac index 93f874e36..d065a3e0a 100644 --- a/libgloss/iq2000/configure.ac +++ b/libgloss/iq2000/configure.ac @@ -14,10 +14,6 @@ # AC_INIT(crt0.S) -if test "${enable_shared}" = "yes" ; then - echo "Shared libraries not supported for cross compiling, ignored" -fi - AC_CONFIG_AUX_DIR(../..) AC_CANONICAL_SYSTEM -- cgit v1.2.3