[PATCH] libgloss: clean up redundant shared lib warnings

Mike Frysinger <[email protected]>
Newsgroups gmane.comp.lib.newlib
Message-ID <[email protected]>
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/arc/configure           | 4 ----
 libgloss/arc/configure.ac        | 4 ----
 libgloss/bfin/configure          | 4 ----
 libgloss/bfin/configure.ac       | 4 ----
 libgloss/configure               | 3 ++-
 libgloss/configure.ac            | 2 +-
 libgloss/cr16/configure          | 4 ----
 libgloss/cr16/configure.ac       | 4 ----
 libgloss/cris/configure          | 4 ----
 libgloss/cris/configure.ac       | 4 ----
 libgloss/csky/configure          | 4 ----
 libgloss/csky/configure.ac       | 4 ----
 libgloss/d30v/configure          | 4 ----
 libgloss/d30v/configure.ac       | 4 ----
 libgloss/doc/configure           | 3 ---
 libgloss/epiphany/configure      | 5 -----
 libgloss/epiphany/configure.ac   | 5 -----
 libgloss/frv/configure           | 4 ----
 libgloss/frv/configure.ac        | 4 ----
 libgloss/ft32/configure          | 4 ----
 libgloss/ft32/configure.ac       | 4 ----
 libgloss/i386/configure          | 4 ----
 libgloss/i386/configure.ac       | 4 ----
 libgloss/iq2000/configure        | 4 ----
 libgloss/iq2000/configure.ac     | 4 ----
 libgloss/libnosys/configure      | 4 ----
 libgloss/libnosys/configure.ac   | 4 ----
 libgloss/lm32/configure          | 4 ----
 libgloss/lm32/configure.ac       | 4 ----
 libgloss/m32c/configure          | 4 ----
 libgloss/m32c/configure.ac       | 4 ----
 libgloss/m68hc11/configure       | 4 ----
 libgloss/m68hc11/configure.ac    | 4 ----
 libgloss/m68k/configure          | 4 ----
 libgloss/m68k/configure.ac       | 4 ----
 libgloss/mcore/configure         | 4 ----
 libgloss/mcore/configure.ac      | 4 ----
 libgloss/mep/configure           | 4 ----
 libgloss/mep/configure.ac        | 4 ----
 libgloss/microblaze/configure    | 4 ----
 libgloss/microblaze/configure.ac | 4 ----
 libgloss/mips/configure          | 4 ----
 libgloss/mips/configure.ac       | 4 ----
 libgloss/mn10200/configure       | 4 ----
 libgloss/mn10200/configure.ac    | 4 ----
 libgloss/mn10300/configure       | 4 ----
 libgloss/mn10300/configure.ac    | 4 ----
 libgloss/moxie/configure         | 4 ----
 libgloss/moxie/configure.ac      | 4 ----
 libgloss/msp430/configure        | 4 ----
 libgloss/msp430/configure.ac     | 4 ----
 libgloss/mt/configure            | 4 ----
 libgloss/mt/configure.ac         | 4 ----
 libgloss/nios2/configure         | 4 ----
 libgloss/nios2/configure.ac      | 4 ----
 libgloss/or1k/configure          | 5 -----
 libgloss/or1k/configure.ac       | 5 -----
 libgloss/pa/configure            | 4 ----
 libgloss/pa/configure.ac         | 4 ----
 libgloss/pru/configure           | 4 ----
 libgloss/pru/configure.ac        | 4 ----
 libgloss/rl78/configure          | 4 ----
 libgloss/rl78/configure.ac       | 4 ----
 libgloss/rs6000/configure        | 4 ----
 libgloss/rs6000/configure.ac     | 4 ----
 libgloss/rx/configure            | 4 ----
 libgloss/rx/configure.ac         | 4 ----
 libgloss/sparc/configure         | 4 ----
 libgloss/sparc/configure.ac      | 4 ----
 libgloss/sparc_leon/configure    | 4 ----
 libgloss/sparc_leon/configure.ac | 4 ----
 libgloss/tic6x/configure         | 4 ----
 libgloss/tic6x/configure.ac      | 4 ----
 libgloss/v850/configure          | 4 ----
 libgloss/v850/configure.ac       | 4 ----
 libgloss/visium/configure        | 4 ----
 libgloss/visium/configure.ac     | 4 ----
 libgloss/xc16x/configure         | 4 ----
 libgloss/xc16x/configure.ac      | 4 ----
 79 files changed, 3 insertions(+), 313 deletions(-)

diff --git a/libgloss/arc/configure b/libgloss/arc/configure
index 8112a4c62b6d..ec63830ab1d2 100755
--- a/libgloss/arc/configure
+++ b/libgloss/arc/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/arc/configure.ac b/libgloss/arc/configure.ac
index b5ebe95db5eb..d00cb8d4e08f 100644
--- a/libgloss/arc/configure.ac
+++ b/libgloss/arc/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
diff --git a/libgloss/bfin/configure b/libgloss/bfin/configure
index 3b431624ab6d..00a23ad0657a 100755
--- a/libgloss/bfin/configure
+++ b/libgloss/bfin/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/bfin/configure.ac b/libgloss/bfin/configure.ac
index 5ea95f4922d0..87557802655a 100644
--- a/libgloss/bfin/configure.ac
+++ b/libgloss/bfin/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
diff --git a/libgloss/configure b/libgloss/configure
index a6bd28bde975..eb575b237d65 100755
--- a/libgloss/configure
+++ b/libgloss/configure
@@ -1846,7 +1846,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
 if test "${enable_shared}" = "yes" ; then
-    echo "Shared libraries not supported for cross compiling, ignored"
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Shared libraries not supported for cross compiling, ignored" >&5
+$as_echo "$as_me: WARNING: Shared libraries not supported for cross compiling, ignored" >&2;}
 fi
 
 ac_aux_dir=
diff --git a/libgloss/configure.ac b/libgloss/configure.ac
index 6af1a2302202..9cbbf58cc7cb 100644
--- a/libgloss/configure.ac
+++ b/libgloss/configure.ac
@@ -3,7 +3,7 @@ AC_INIT([libgloss],[LIBGLOSS_VERSION])
 AC_CONFIG_SRCDIR([libnosys])
 
 if test "${enable_shared}" = "yes" ; then
-    echo "Shared libraries not supported for cross compiling, ignored"
+  AC_MSG_WARN([Shared libraries not supported for cross compiling, ignored])
 fi
 
 AC_CONFIG_AUX_DIR(..)
diff --git a/libgloss/cr16/configure b/libgloss/cr16/configure
index 52b1bb7994b6..1715aac35cf2 100755
--- a/libgloss/cr16/configure
+++ b/libgloss/cr16/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/cr16/configure.ac b/libgloss/cr16/configure.ac
index 29116e4709b4..b8b1ddf3f336 100644
--- a/libgloss/cr16/configure.ac
+++ b/libgloss/cr16/configure.ac
@@ -1,10 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(crt1.S)
 
-if test "${enable_shared}" = "yes" ; then
-    echo "Shared libraries not supported for cross compiling, ignored"
-fi
-
 AC_CONFIG_AUX_DIR(../..)
 
 AC_CANONICAL_SYSTEM
diff --git a/libgloss/cris/configure b/libgloss/cris/configure
index 5f5cbf1bbb9a..d1c11d8a10b0 100755
--- a/libgloss/cris/configure
+++ b/libgloss/cris/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/cris/configure.ac b/libgloss/cris/configure.ac
index ec7945e2eda6..7aac2c62ace5 100644
--- a/libgloss/cris/configure.ac
+++ b/libgloss/cris/configure.ac
@@ -2,10 +2,6 @@ dnl This file is based on ../mcore/configure.in
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(Makefile.in)
 
-if test "${enable_shared}" = "yes" ; then
-    echo "Shared libraries not supported for cross compiling, ignored"
-fi
-
 AC_CONFIG_AUX_DIR(../..)
 
 AC_CANONICAL_SYSTEM
diff --git a/libgloss/csky/configure b/libgloss/csky/configure
index 2b2f8e907aad..672876a35556 100755
--- a/libgloss/csky/configure
+++ b/libgloss/csky/configure
@@ -1826,10 +1826,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/csky/configure.ac b/libgloss/csky/configure.ac
index dd8c59530dac..0387ea46b351 100644
--- a/libgloss/csky/configure.ac
+++ b/libgloss/csky/configure.ac
@@ -13,10 +13,6 @@
 # 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
 AC_ARG_PROGRAM
diff --git a/libgloss/d30v/configure b/libgloss/d30v/configure
index 8112a4c62b6d..ec63830ab1d2 100755
--- a/libgloss/d30v/configure
+++ b/libgloss/d30v/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/d30v/configure.ac b/libgloss/d30v/configure.ac
index b5ebe95db5eb..d00cb8d4e08f 100644
--- a/libgloss/d30v/configure.ac
+++ b/libgloss/d30v/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
diff --git a/libgloss/doc/configure b/libgloss/doc/configure
index d0605aabb146..098220b693de 100755
--- a/libgloss/doc/configure
+++ b/libgloss/doc/configure
@@ -1664,9 +1664,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
 
-
-
-
 ac_aux_dir=
 for ac_dir in ../.. "$srcdir"/../..; do
   if test -f "$ac_dir/install-sh"; then
diff --git a/libgloss/epiphany/configure b/libgloss/epiphany/configure
index e7f405b4fe22..54b0969ac7d5 100755
--- a/libgloss/epiphany/configure
+++ b/libgloss/epiphany/configure
@@ -1768,11 +1768,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 ac_config_headers="$ac_config_headers config.h"
 
 
-# No shared libraries allowed
-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/epiphany/configure.ac b/libgloss/epiphany/configure.ac
index d1b5518b4ff5..4ed915e71d2f 100644
--- a/libgloss/epiphany/configure.ac
+++ b/libgloss/epiphany/configure.ac
@@ -33,11 +33,6 @@
 AC_INIT(libepiphany,0.0.1)
 AC_CONFIG_HEADER(config.h)
 
-# No shared libraries allowed
-if test "${enable_shared}" = "yes" ; then
-    echo "Shared libraries not supported for cross compiling, ignored"
-fi
-
 AC_CONFIG_AUX_DIR(../..)
 
 AC_CANONICAL_SYSTEM
diff --git a/libgloss/frv/configure b/libgloss/frv/configure
index 8112a4c62b6d..ec63830ab1d2 100755
--- a/libgloss/frv/configure
+++ b/libgloss/frv/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/frv/configure.ac b/libgloss/frv/configure.ac
index b5ebe95db5eb..d00cb8d4e08f 100644
--- a/libgloss/frv/configure.ac
+++ b/libgloss/frv/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
diff --git a/libgloss/ft32/configure b/libgloss/ft32/configure
index 8112a4c62b6d..ec63830ab1d2 100755
--- a/libgloss/ft32/configure
+++ b/libgloss/ft32/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/ft32/configure.ac b/libgloss/ft32/configure.ac
index b5ebe95db5eb..d00cb8d4e08f 100644
--- a/libgloss/ft32/configure.ac
+++ b/libgloss/ft32/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
diff --git a/libgloss/i386/configure b/libgloss/i386/configure
index caf6eff1a7dc..81026b7debbf 100755
--- a/libgloss/i386/configure
+++ b/libgloss/i386/configure
@@ -1768,10 +1768,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/i386/configure.ac b/libgloss/i386/configure.ac
index 1beeeddd3987..895e4476edcc 100644
--- a/libgloss/i386/configure.ac
+++ b/libgloss/i386/configure.ac
@@ -14,10 +14,6 @@
 #
 AC_INIT(cygmon-salib.c)
 
-if test "${enable_shared}" = "yes" ; then
-    echo "Shared libraries not supported for cross compiling, ignored"
-fi
-
 AC_CONFIG_AUX_DIR(../..)
 
 AC_CANONICAL_SYSTEM
diff --git a/libgloss/iq2000/configure b/libgloss/iq2000/configure
index 74607aa32984..b46846f30cb3 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 93f874e36510..d065a3e0abed 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
diff --git a/libgloss/libnosys/configure b/libgloss/libnosys/configure
index 9fb5e2b43356..72c65a68c363 100755
--- a/libgloss/libnosys/configure
+++ b/libgloss/libnosys/configure
@@ -1767,10 +1767,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 ac_config_headers="$ac_config_headers config.h"
 
 
-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/libnosys/configure.ac b/libgloss/libnosys/configure.ac
index 31e9e72a6aee..f428616d7524 100644
--- a/libgloss/libnosys/configure.ac
+++ b/libgloss/libnosys/configure.ac
@@ -15,10 +15,6 @@
 AC_INIT(close.c)
 AC_CONFIG_HEADER(config.h)
 
-if test "${enable_shared}" = "yes" ; then
-    echo "Shared libraries not supported for cross compiling, ignored"
-fi
-
 AC_CONFIG_AUX_DIR(../..)
 
 AC_CANONICAL_SYSTEM
diff --git a/libgloss/lm32/configure b/libgloss/lm32/configure
index 1a727b39c330..943a0dd51a10 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 4b9f1dd8d0aa..41c3d8bd0603 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
diff --git a/libgloss/m32c/configure b/libgloss/m32c/configure
index 8112a4c62b6d..ec63830ab1d2 100755
--- a/libgloss/m32c/configure
+++ b/libgloss/m32c/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/m32c/configure.ac b/libgloss/m32c/configure.ac
index b5ebe95db5eb..d00cb8d4e08f 100644
--- a/libgloss/m32c/configure.ac
+++ b/libgloss/m32c/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
diff --git a/libgloss/m68hc11/configure b/libgloss/m68hc11/configure
index 8e297347e67e..27156d216258 100755
--- a/libgloss/m68hc11/configure
+++ b/libgloss/m68hc11/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/m68hc11/configure.ac b/libgloss/m68hc11/configure.ac
index 3ac4d6d05d5e..2da7977f49cd 100644
--- a/libgloss/m68hc11/configure.ac
+++ b/libgloss/m68hc11/configure.ac
@@ -1,10 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(sci-inout.S)
 
-if test "${enable_shared}" = "yes" ; then
-    echo "Shared libraries not supported for cross compiling, ignored"
-fi
-
 AC_CONFIG_AUX_DIR(../..)
 
 AC_CANONICAL_SYSTEM
diff --git a/libgloss/m68k/configure b/libgloss/m68k/configure
index ad59209060ff..2b3e5682cb41 100755
--- a/libgloss/m68k/configure
+++ b/libgloss/m68k/configure
@@ -1826,10 +1826,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/m68k/configure.ac b/libgloss/m68k/configure.ac
index 77b063b2fd2d..53615ffc66df 100644
--- a/libgloss/m68k/configure.ac
+++ b/libgloss/m68k/configure.ac
@@ -13,10 +13,6 @@
 # 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
 AC_ARG_PROGRAM
diff --git a/libgloss/mcore/configure b/libgloss/mcore/configure
index 4c10afa51994..62f9f6926b79 100755
--- a/libgloss/mcore/configure
+++ b/libgloss/mcore/configure
@@ -1766,10 +1766,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/mcore/configure.ac b/libgloss/mcore/configure.ac
index eeec395e4bd5..a314d4ee368d 100644
--- a/libgloss/mcore/configure.ac
+++ b/libgloss/mcore/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
diff --git a/libgloss/mep/configure b/libgloss/mep/configure
index b3499f2c11dc..31bbd1bc305e 100755
--- a/libgloss/mep/configure
+++ b/libgloss/mep/configure
@@ -1754,10 +1754,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/mep/configure.ac b/libgloss/mep/configure.ac
index f26d75ec945d..7358e0e2cade 100644
--- a/libgloss/mep/configure.ac
+++ b/libgloss/mep/configure.ac
@@ -14,10 +14,6 @@ dnl of Red Hat, Inc.
 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
diff --git a/libgloss/microblaze/configure b/libgloss/microblaze/configure
index 9e66da9d8d85..ed37d1267002 100755
--- a/libgloss/microblaze/configure
+++ b/libgloss/microblaze/configure
@@ -1768,10 +1768,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/microblaze/configure.ac b/libgloss/microblaze/configure.ac
index e013d63d1330..97771fc7671e 100644
--- a/libgloss/microblaze/configure.ac
+++ b/libgloss/microblaze/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
diff --git a/libgloss/mips/configure b/libgloss/mips/configure
index ff87d7cf23d0..2026f0aefb11 100755
--- a/libgloss/mips/configure
+++ b/libgloss/mips/configure
@@ -1773,10 +1773,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/mips/configure.ac b/libgloss/mips/configure.ac
index b97914b59d08..a609233a6105 100644
--- a/libgloss/mips/configure.ac
+++ b/libgloss/mips/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
diff --git a/libgloss/mn10200/configure b/libgloss/mn10200/configure
index e952d3ebaf77..728c774fefac 100755
--- a/libgloss/mn10200/configure
+++ b/libgloss/mn10200/configure
@@ -1768,10 +1768,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/mn10200/configure.ac b/libgloss/mn10200/configure.ac
index 26fc96e28bec..70dbd49d9b16 100644
--- a/libgloss/mn10200/configure.ac
+++ b/libgloss/mn10200/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
diff --git a/libgloss/mn10300/configure b/libgloss/mn10300/configure
index 27a028a120ee..9718855879cc 100755
--- a/libgloss/mn10300/configure
+++ b/libgloss/mn10300/configure
@@ -1770,10 +1770,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/mn10300/configure.ac b/libgloss/mn10300/configure.ac
index 1de265d0820d..9526576b067f 100644
--- a/libgloss/mn10300/configure.ac
+++ b/libgloss/mn10300/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
diff --git a/libgloss/moxie/configure b/libgloss/moxie/configure
index a5ac8bb7a39b..db77f070a561 100755
--- a/libgloss/moxie/configure
+++ b/libgloss/moxie/configure
@@ -1767,10 +1767,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/moxie/configure.ac b/libgloss/moxie/configure.ac
index 284101b5d871..baf66ef496b9 100644
--- a/libgloss/moxie/configure.ac
+++ b/libgloss/moxie/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
diff --git a/libgloss/msp430/configure b/libgloss/msp430/configure
index 8112a4c62b6d..ec63830ab1d2 100755
--- a/libgloss/msp430/configure
+++ b/libgloss/msp430/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/msp430/configure.ac b/libgloss/msp430/configure.ac
index c9c1dfa8225a..aee211a34b73 100644
--- a/libgloss/msp430/configure.ac
+++ b/libgloss/msp430/configure.ac
@@ -13,10 +13,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
diff --git a/libgloss/mt/configure b/libgloss/mt/configure
index 8112a4c62b6d..ec63830ab1d2 100755
--- a/libgloss/mt/configure
+++ b/libgloss/mt/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/mt/configure.ac b/libgloss/mt/configure.ac
index b5ebe95db5eb..d00cb8d4e08f 100644
--- a/libgloss/mt/configure.ac
+++ b/libgloss/mt/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
diff --git a/libgloss/nios2/configure b/libgloss/nios2/configure
index 1a8b4ed79a9b..0391f060472f 100755
--- a/libgloss/nios2/configure
+++ b/libgloss/nios2/configure
@@ -1767,10 +1767,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/nios2/configure.ac b/libgloss/nios2/configure.ac
index 5eb0b8e3aabe..cddfefbccd84 100644
--- a/libgloss/nios2/configure.ac
+++ b/libgloss/nios2/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
diff --git a/libgloss/or1k/configure b/libgloss/or1k/configure
index cf43a08d305a..9a3a3f2bb632 100755
--- a/libgloss/or1k/configure
+++ b/libgloss/or1k/configure
@@ -1768,11 +1768,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
 
-# No shared libraries allowed
-if test "${enable_shared}" = "yes" ; then
-    echo "Shared libraries not supported for cross compiling, ignored"
-fi
-
 # Where are the auxillary tools (confg.sub etc)?
 ac_aux_dir=
 for ac_dir in ../.. "$srcdir"/../..; do
diff --git a/libgloss/or1k/configure.ac b/libgloss/or1k/configure.ac
index d4c22f109d71..839ecf5351e6 100644
--- a/libgloss/or1k/configure.ac
+++ b/libgloss/or1k/configure.ac
@@ -16,11 +16,6 @@
 
 AC_INIT(libor1k,0.0.1)
 
-# No shared libraries allowed
-if test "${enable_shared}" = "yes" ; then
-    echo "Shared libraries not supported for cross compiling, ignored"
-fi
-
 # Where are the auxillary tools (confg.sub etc)?
 AC_CONFIG_AUX_DIR(../..)
 
diff --git a/libgloss/pa/configure b/libgloss/pa/configure
index 1a8b4ed79a9b..0391f060472f 100755
--- a/libgloss/pa/configure
+++ b/libgloss/pa/configure
@@ -1767,10 +1767,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/pa/configure.ac b/libgloss/pa/configure.ac
index 5a14e4a93a97..a2670fba8ef5 100644
--- a/libgloss/pa/configure.ac
+++ b/libgloss/pa/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
diff --git a/libgloss/pru/configure b/libgloss/pru/configure
index 3b431624ab6d..00a23ad0657a 100755
--- a/libgloss/pru/configure
+++ b/libgloss/pru/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/pru/configure.ac b/libgloss/pru/configure.ac
index 205e185b3106..f7a3648edf1b 100644
--- a/libgloss/pru/configure.ac
+++ b/libgloss/pru/configure.ac
@@ -13,10 +13,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
diff --git a/libgloss/rl78/configure b/libgloss/rl78/configure
index 8112a4c62b6d..ec63830ab1d2 100755
--- a/libgloss/rl78/configure
+++ b/libgloss/rl78/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/rl78/configure.ac b/libgloss/rl78/configure.ac
index b5ebe95db5eb..d00cb8d4e08f 100644
--- a/libgloss/rl78/configure.ac
+++ b/libgloss/rl78/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
diff --git a/libgloss/rs6000/configure b/libgloss/rs6000/configure
index c83fe7419e4a..c9293e966dbd 100755
--- a/libgloss/rs6000/configure
+++ b/libgloss/rs6000/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/rs6000/configure.ac b/libgloss/rs6000/configure.ac
index 88594f028201..0919404d5db9 100644
--- a/libgloss/rs6000/configure.ac
+++ b/libgloss/rs6000/configure.ac
@@ -1,10 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(sim-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
diff --git a/libgloss/rx/configure b/libgloss/rx/configure
index 8112a4c62b6d..ec63830ab1d2 100755
--- a/libgloss/rx/configure
+++ b/libgloss/rx/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/rx/configure.ac b/libgloss/rx/configure.ac
index b5ebe95db5eb..d00cb8d4e08f 100644
--- a/libgloss/rx/configure.ac
+++ b/libgloss/rx/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
diff --git a/libgloss/sparc/configure b/libgloss/sparc/configure
index 231add6f9f5c..d4da1163586a 100755
--- a/libgloss/sparc/configure
+++ b/libgloss/sparc/configure
@@ -1766,10 +1766,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/sparc/configure.ac b/libgloss/sparc/configure.ac
index 849ef0ca409b..9a9b987da8af 100644
--- a/libgloss/sparc/configure.ac
+++ b/libgloss/sparc/configure.ac
@@ -12,10 +12,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(sparc-stub.c)
 
-if test "${enable_shared}" = "yes" ; then
-    echo "Shared libraries not supported for cross compiling, ignored"
-fi
-
 AC_CONFIG_AUX_DIR(../..)
 
 AC_PROG_INSTALL
diff --git a/libgloss/sparc_leon/configure b/libgloss/sparc_leon/configure
index 1a8b4ed79a9b..0391f060472f 100755
--- a/libgloss/sparc_leon/configure
+++ b/libgloss/sparc_leon/configure
@@ -1767,10 +1767,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/sparc_leon/configure.ac b/libgloss/sparc_leon/configure.ac
index 5eb0b8e3aabe..cddfefbccd84 100644
--- a/libgloss/sparc_leon/configure.ac
+++ b/libgloss/sparc_leon/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
diff --git a/libgloss/tic6x/configure b/libgloss/tic6x/configure
index 3b431624ab6d..00a23ad0657a 100755
--- a/libgloss/tic6x/configure
+++ b/libgloss/tic6x/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/tic6x/configure.ac b/libgloss/tic6x/configure.ac
index 5ea95f4922d0..87557802655a 100644
--- a/libgloss/tic6x/configure.ac
+++ b/libgloss/tic6x/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
diff --git a/libgloss/v850/configure b/libgloss/v850/configure
index 8112a4c62b6d..ec63830ab1d2 100755
--- a/libgloss/v850/configure
+++ b/libgloss/v850/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/v850/configure.ac b/libgloss/v850/configure.ac
index b5ebe95db5eb..d00cb8d4e08f 100644
--- a/libgloss/v850/configure.ac
+++ b/libgloss/v850/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
diff --git a/libgloss/visium/configure b/libgloss/visium/configure
index c9475f87d822..e79227ad53fa 100755
--- a/libgloss/visium/configure
+++ b/libgloss/visium/configure
@@ -1768,10 +1768,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/visium/configure.ac b/libgloss/visium/configure.ac
index 80f9d4f99888..af3969e095e3 100644
--- a/libgloss/visium/configure.ac
+++ b/libgloss/visium/configure.ac
@@ -1,10 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 AC_INIT(syscalls.c)
 
-if test "${enable_shared}" = "yes" ; then
-    echo "Shared libraries not supported for cross compiling, ignored"
-fi
-
 AC_CONFIG_AUX_DIR(../..)
 
 AC_CANONICAL_SYSTEM
diff --git a/libgloss/xc16x/configure b/libgloss/xc16x/configure
index 3bcd8da4727f..fc07ea46ae2b 100755
--- a/libgloss/xc16x/configure
+++ b/libgloss/xc16x/configure
@@ -1770,10 +1770,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/xc16x/configure.ac b/libgloss/xc16x/configure.ac
index 107747921d02..177b7b8282bf 100644
--- a/libgloss/xc16x/configure.ac
+++ b/libgloss/xc16x/configure.ac
@@ -15,10 +15,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
-- 
2.33.0
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.