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/lm32/configure | 4 ---- libgloss/lm32/configure.ac | 4 ---- 2 files changed, 8 deletions(-) (limited to 'libgloss/lm32') diff --git a/libgloss/lm32/configure b/libgloss/lm32/configure index 1a727b39c..943a0dd51 100755 --- a/libgloss/lm32/configure +++ b/libgloss/lm32/configure @@ -1765,10 +1765,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/lm32/configure.ac b/libgloss/lm32/configure.ac index 4b9f1dd8d..41c3d8bd0 100644 --- a/libgloss/lm32/configure.ac +++ b/libgloss/lm32/configure.ac @@ -1,10 +1,6 @@ dnl Process this file with autoconf to produce a configure script. 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