diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-01-17 03:58:13 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-01-17 04:30:37 -0500 |
commit | 7c02fc3075d1929b95dfff7b427e72ca0313cc38 (patch) | |
tree | 53a51b21a05da9dc16cd79128ed54257d35ac365 /libgloss/mn10300 | |
parent | 6cde47de67015ebe92b9a4fb6bbf74910fe26f05 (diff) | |
download | newlib-7c02fc3075d1929b95dfff7b427e72ca0313cc38.zip newlib-7c02fc3075d1929b95dfff7b427e72ca0313cc38.tar.gz newlib-7c02fc3075d1929b95dfff7b427e72ca0313cc38.tar.bz2 |
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/mn10300')
-rwxr-xr-x | libgloss/mn10300/configure | 4 | ||||
-rw-r--r-- | libgloss/mn10300/configure.ac | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/libgloss/mn10300/configure b/libgloss/mn10300/configure index 27a028a..9718855 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 1de265d..9526576 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 |