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/epiphany
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/epiphany')
-rwxr-xr-xlibgloss/epiphany/configure5
-rw-r--r--libgloss/epiphany/configure.ac5
2 files changed, 0 insertions, 10 deletions
diff --git a/libgloss/epiphany/configure b/libgloss/epiphany/configure
index e7f405b4f..54b0969ac 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 d1b5518b4..4ed915e71 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