Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-01-17 11:58:13 +0300
committerMike Frysinger <vapier@gentoo.org>2022-01-17 12:30:37 +0300
commit7c02fc3075d1929b95dfff7b427e72ca0313cc38 (patch)
tree53a51b21a05da9dc16cd79128ed54257d35ac365 /libgloss/mep
parent6cde47de67015ebe92b9a4fb6bbf74910fe26f05 (diff)
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.
Diffstat (limited to 'libgloss/mep')
-rwxr-xr-xlibgloss/mep/configure4
-rw-r--r--libgloss/mep/configure.ac4
2 files changed, 0 insertions, 8 deletions
diff --git a/libgloss/mep/configure b/libgloss/mep/configure
index b3499f2c1..31bbd1bc3 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 f26d75ec9..7358e0e2c 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