]> sourceware.org Git - newlib-cygwin.git/commitdiff
libgloss: clean up redundant shared lib warnings
authorMike Frysinger <vapier@gentoo.org>
Mon, 17 Jan 2022 08:58:13 +0000 (03:58 -0500)
committerMike Frysinger <vapier@gentoo.org>
Mon, 17 Jan 2022 09:30:37 +0000 (04:30 -0500)
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.

79 files changed:
libgloss/arc/configure
libgloss/arc/configure.ac
libgloss/bfin/configure
libgloss/bfin/configure.ac
libgloss/configure
libgloss/configure.ac
libgloss/cr16/configure
libgloss/cr16/configure.ac
libgloss/cris/configure
libgloss/cris/configure.ac
libgloss/csky/configure
libgloss/csky/configure.ac
libgloss/d30v/configure
libgloss/d30v/configure.ac
libgloss/doc/configure
libgloss/epiphany/configure
libgloss/epiphany/configure.ac
libgloss/frv/configure
libgloss/frv/configure.ac
libgloss/ft32/configure
libgloss/ft32/configure.ac
libgloss/i386/configure
libgloss/i386/configure.ac
libgloss/iq2000/configure
libgloss/iq2000/configure.ac
libgloss/libnosys/configure
libgloss/libnosys/configure.ac
libgloss/lm32/configure
libgloss/lm32/configure.ac
libgloss/m32c/configure
libgloss/m32c/configure.ac
libgloss/m68hc11/configure
libgloss/m68hc11/configure.ac
libgloss/m68k/configure
libgloss/m68k/configure.ac
libgloss/mcore/configure
libgloss/mcore/configure.ac
libgloss/mep/configure
libgloss/mep/configure.ac
libgloss/microblaze/configure
libgloss/microblaze/configure.ac
libgloss/mips/configure
libgloss/mips/configure.ac
libgloss/mn10200/configure
libgloss/mn10200/configure.ac
libgloss/mn10300/configure
libgloss/mn10300/configure.ac
libgloss/moxie/configure
libgloss/moxie/configure.ac
libgloss/msp430/configure
libgloss/msp430/configure.ac
libgloss/mt/configure
libgloss/mt/configure.ac
libgloss/nios2/configure
libgloss/nios2/configure.ac
libgloss/or1k/configure
libgloss/or1k/configure.ac
libgloss/pa/configure
libgloss/pa/configure.ac
libgloss/pru/configure
libgloss/pru/configure.ac
libgloss/rl78/configure
libgloss/rl78/configure.ac
libgloss/rs6000/configure
libgloss/rs6000/configure.ac
libgloss/rx/configure
libgloss/rx/configure.ac
libgloss/sparc/configure
libgloss/sparc/configure.ac
libgloss/sparc_leon/configure
libgloss/sparc_leon/configure.ac
libgloss/tic6x/configure
libgloss/tic6x/configure.ac
libgloss/v850/configure
libgloss/v850/configure.ac
libgloss/visium/configure
libgloss/visium/configure.ac
libgloss/xc16x/configure
libgloss/xc16x/configure.ac

index 8112a4c62b6dab0ba17a6bade04eba30c19d7fa4..ec63830ab1d22a730a294d58d84c7d01f8937388 100755 (executable)
@@ -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
index b5ebe95db5eb6914c0cf458989c1a551cfffb886..d00cb8d4e08f9b7cdc74eef72fb73b97ca731e31 100644 (file)
@@ -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
index 3b431624ab6d51266860836b29f857e4ca79cfd5..00a23ad0657a39576f61a9d563cd7e1680ddf622 100755 (executable)
@@ -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
index 5ea95f4922d07e7ec1f961cbfc323049df9d85bf..87557802655abbc05e1a5ad5c24f97c3b48bf1a3 100644 (file)
@@ -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
index a6bd28bde9756f36435f72358a6224dd20232b11..eb575b237d65c75c5ba626f9ef2dac94fd15e76b 100755 (executable)
@@ -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=
index 6af1a23022029cabf5cfc797e474c497f7e31d10..9cbbf58cc7cba177f457be2fe63d65c4b7f77ddb 100644 (file)
@@ -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(..)
index 52b1bb7994b6c6a59732a6478fa7da8b6ce8e810..1715aac35cf26c581154d1d317c581465d19e5fa 100755 (executable)
@@ -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
index 29116e4709b4e8a2126300657e4900be4425e48a..b8b1ddf3f336493a93f5fd9c1b2a678ffbcac093 100644 (file)
@@ -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
index 5f5cbf1bbb9aff2b68aeb012ff2fdec3fe8df334..d1c11d8a10b074dc7c3d18bfa5bb289997f6d103 100755 (executable)
@@ -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
index ec7945e2eda6542401a48c59d21a87d16c5e2d47..7aac2c62ace506522130e65896afc94c3d7d5c57 100644 (file)
@@ -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
index 2b2f8e907aad56c9a613d9ac90430edb4a9fd482..672876a3555634f415493bb86c6c9705888fe359 100755 (executable)
@@ -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
index dd8c59530dac5dd53bbced10c960026579012558..0387ea46b351eacd6596973dee8f7c83396cd426 100644 (file)
 # 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
index 8112a4c62b6dab0ba17a6bade04eba30c19d7fa4..ec63830ab1d22a730a294d58d84c7d01f8937388 100755 (executable)
@@ -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
index b5ebe95db5eb6914c0cf458989c1a551cfffb886..d00cb8d4e08f9b7cdc74eef72fb73b97ca731e31 100644 (file)
@@ -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
index d0605aabb1465178f22d090553f023b67372a979..098220b693de62f745543ce6b6e6d2e5adbac4d8 100755 (executable)
@@ -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
index e7f405b4fe22794634f682ed1ba09e2b8b53c1df..54b0969ac7d5a71ab2a90ba750b3ea73f0663edb 100755 (executable)
@@ -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
index d1b5518b4ff5f4f879011e992098c7f917b93dda..4ed915e71d2f8eb428c777b38bd124b34e47b170 100644 (file)
 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
index 8112a4c62b6dab0ba17a6bade04eba30c19d7fa4..ec63830ab1d22a730a294d58d84c7d01f8937388 100755 (executable)
@@ -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
index b5ebe95db5eb6914c0cf458989c1a551cfffb886..d00cb8d4e08f9b7cdc74eef72fb73b97ca731e31 100644 (file)
@@ -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
index 8112a4c62b6dab0ba17a6bade04eba30c19d7fa4..ec63830ab1d22a730a294d58d84c7d01f8937388 100755 (executable)
@@ -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
index b5ebe95db5eb6914c0cf458989c1a551cfffb886..d00cb8d4e08f9b7cdc74eef72fb73b97ca731e31 100644 (file)
@@ -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
index caf6eff1a7dc7846369c83829333b55c6f3f7007..81026b7debbf5455c9c721d54decca157efd4a93 100755 (executable)
@@ -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
index 1beeeddd39877fd0e816002f0a42ff9d449beffd..895e4476edcc45610dca07f188733da7517ef96d 100644 (file)
 #
 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
index 74607aa32984e0627afdc3851a347a97fb806939..b46846f30cb38cfe06572e5a7a31dc95cdabffb4 100755 (executable)
@@ -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
index 93f874e3651021528714210676bfd170df133b84..d065a3e0abed1e46f102ce7b41e6cd4e46052c10 100644 (file)
 #
 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
index 9fb5e2b4335657f1a75635f7b1f107998360797d..72c65a68c3635923d42c1e2ba371ddd11c301521 100755 (executable)
@@ -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
index 31e9e72a6aeeeef9fc9f11bfd1a447bead61d1c7..f428616d75245154a0b7b077e7f5ccd231c78cfd 100644 (file)
 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
index 1a727b39c330f3419094346b2597d762603b5156..943a0dd51a10186f09ad5f231fa1d6de96e2422a 100755 (executable)
@@ -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
index 4b9f1dd8d0aa38ad560dac97d1290bdec18efba1..41c3d8bd0603a349ad973cf13f721c8ad7ccffc3 100644 (file)
@@ -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
index 8112a4c62b6dab0ba17a6bade04eba30c19d7fa4..ec63830ab1d22a730a294d58d84c7d01f8937388 100755 (executable)
@@ -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
index b5ebe95db5eb6914c0cf458989c1a551cfffb886..d00cb8d4e08f9b7cdc74eef72fb73b97ca731e31 100644 (file)
@@ -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
index 8e297347e67e7b0a8a6a4e65d715e58a11785680..27156d21625856f71f4fbcd7a7bc86b964c1b50f 100755 (executable)
@@ -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
index 3ac4d6d05d5ef9c4c09bc46f7d4b6799037ef882..2da7977f49cd2917c92af40caa1f7b921add964c 100644 (file)
@@ -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
index ad59209060ffc8ac7d071288e6753fb55ebcd887..2b3e5682cb4197a6a7de24bb6aedf260cfd3f2c4 100755 (executable)
@@ -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
index 77b063b2fd2dd4669354bd8141737debd544cf48..53615ffc66df6ec8a25b1f80e3535231a3ddcc8f 100644 (file)
 # 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
index 4c10afa51994c37221a06300155228ada5dbde76..62f9f6926b793cc78e9efb4e68faacbf4bfe41f8 100755 (executable)
@@ -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
index eeec395e4bd597e50bd59f7b706a03ad6da42a5e..a314d4ee368d4503a81cb3111ee1fbbc2f219f26 100644 (file)
@@ -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
index b3499f2c11dca34cbf598aaa8824704a0a16859b..31bbd1bc305ebdf59387de628edaee6aa72a999e 100755 (executable)
@@ -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
index f26d75ec945d25c341ea7e43bb226882d4b084c7..7358e0e2cade6275526871c7b7c72754cf67fe73 100644 (file)
@@ -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
index 9e66da9d8d85765d76a8dcf9f5b578de70b58638..ed37d1267002fad8757e0e7d3c7c8d8b11f7bcf4 100755 (executable)
@@ -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
index e013d63d1330892ce3bb81f2df481995f22f974e..97771fc7671e7b26077afd848cb91a8a34c968a6 100644 (file)
@@ -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
index ff87d7cf23d00ce5d28a6a4e2230521d07998e01..2026f0aefb11ce53c576917eaf5c4b7cf83ffd0b 100755 (executable)
@@ -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
index b97914b59d086eec546a70683317a19154495220..a609233a6105c222a2f029593d4e30703e6ac176 100644 (file)
 #
 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
index e952d3ebaf77d858323acfdc122b162ab86ac7df..728c774fefac673c7f5eb166942d711cfb40b39e 100755 (executable)
@@ -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
index 26fc96e28becf683f5c58f1f7a8074ae6300dc98..70dbd49d9b16599a7c85051df5158442eab2df66 100644 (file)
 #
 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
index 27a028a120ee7b7fa59dbd66ef152a74027a2ad6..9718855879ccf4a822bfb4ca8c80e0954ab92db3 100755 (executable)
@@ -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
index 1de265d0820defe6a7a994576caa3feb19b118a1..9526576b067f720ffc14ee26d4d3c67144094025 100644 (file)
 #
 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
index a5ac8bb7a39ba987e98dda3818f3551e1e181953..db77f070a561ff169b1110db715986a5e74d005b 100755 (executable)
@@ -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
index 284101b5d8718e2b065d3f460346f12938401f89..baf66ef496b9e0eeee013024e8a72cab034fbbcb 100644 (file)
@@ -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
index 8112a4c62b6dab0ba17a6bade04eba30c19d7fa4..ec63830ab1d22a730a294d58d84c7d01f8937388 100755 (executable)
@@ -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
index c9c1dfa8225abc674a88053fb031c0906ee3c15e..aee211a34b734a7b2ddf9ac4146d7865ca6e4e22 100644 (file)
 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
index 8112a4c62b6dab0ba17a6bade04eba30c19d7fa4..ec63830ab1d22a730a294d58d84c7d01f8937388 100755 (executable)
@@ -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
index b5ebe95db5eb6914c0cf458989c1a551cfffb886..d00cb8d4e08f9b7cdc74eef72fb73b97ca731e31 100644 (file)
@@ -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
index 1a8b4ed79a9bae57d39028116a4ed83ee2859506..0391f060472f261bf5e04882a4cc7b5f347d4042 100755 (executable)
@@ -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
index 5eb0b8e3aabe10091c9be2f6e26e6bb62549303b..cddfefbccd8485d24ebb4507fe521c8fe690c4e7 100644 (file)
@@ -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
index cf43a08d305a97533c66900bfda0e40bc2b7f322..9a3a3f2bb6323512ddd336f5f37b614ff2559eb6 100755 (executable)
@@ -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
index d4c22f109d718c8bb36264f59e40dd293ca3179d..839ecf5351e62cae98214af5a9c9e6d0fa05c28f 100644 (file)
 
 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(../..)
 
index 1a8b4ed79a9bae57d39028116a4ed83ee2859506..0391f060472f261bf5e04882a4cc7b5f347d4042 100755 (executable)
@@ -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
index 5a14e4a93a97e8585503a31dcfee96dd1677701f..a2670fba8ef55f9890397b171c490d29628bc5e7 100644 (file)
  */
 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
index 3b431624ab6d51266860836b29f857e4ca79cfd5..00a23ad0657a39576f61a9d563cd7e1680ddf622 100755 (executable)
@@ -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
index 205e185b31066ccba433dbfcabc0586674532013..f7a3648edf1b6f9a9aa6182df994d34ac942f040 100644 (file)
 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
index 8112a4c62b6dab0ba17a6bade04eba30c19d7fa4..ec63830ab1d22a730a294d58d84c7d01f8937388 100755 (executable)
@@ -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
index b5ebe95db5eb6914c0cf458989c1a551cfffb886..d00cb8d4e08f9b7cdc74eef72fb73b97ca731e31 100644 (file)
@@ -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
index c83fe7419e4ac6b2617cee7c8f0536bb2c9be7e4..c9293e966dbd10c35e85c00dad07517a6b22411f 100755 (executable)
@@ -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
index 88594f0282014179438f61dd37d2eb6c6f14d980..0919404d5db9a4c45951e9ccbb19d56627ae3e6e 100644 (file)
@@ -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
index 8112a4c62b6dab0ba17a6bade04eba30c19d7fa4..ec63830ab1d22a730a294d58d84c7d01f8937388 100755 (executable)
@@ -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
index b5ebe95db5eb6914c0cf458989c1a551cfffb886..d00cb8d4e08f9b7cdc74eef72fb73b97ca731e31 100644 (file)
@@ -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
index 231add6f9f5cd219258aab641ce1b9fb28ba3abb..d4da1163586a491563e1c7b91f4159bf4341844e 100755 (executable)
@@ -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
index 849ef0ca409b6611fcfdf2289e9aaf784e8bb7e2..9a9b987da8af0ea63db6191a7d8a4d20d931d75d 100644 (file)
 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
index 1a8b4ed79a9bae57d39028116a4ed83ee2859506..0391f060472f261bf5e04882a4cc7b5f347d4042 100755 (executable)
@@ -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
index 5eb0b8e3aabe10091c9be2f6e26e6bb62549303b..cddfefbccd8485d24ebb4507fe521c8fe690c4e7 100644 (file)
@@ -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
index 3b431624ab6d51266860836b29f857e4ca79cfd5..00a23ad0657a39576f61a9d563cd7e1680ddf622 100755 (executable)
@@ -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
index 5ea95f4922d07e7ec1f961cbfc323049df9d85bf..87557802655abbc05e1a5ad5c24f97c3b48bf1a3 100644 (file)
@@ -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
index 8112a4c62b6dab0ba17a6bade04eba30c19d7fa4..ec63830ab1d22a730a294d58d84c7d01f8937388 100755 (executable)
@@ -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
index b5ebe95db5eb6914c0cf458989c1a551cfffb886..d00cb8d4e08f9b7cdc74eef72fb73b97ca731e31 100644 (file)
@@ -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
index c9475f87d822c4d2b032fe72eed7c9164142610a..e79227ad53faafc024ded8893a411f5ff1f032fe 100755 (executable)
@@ -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
index 80f9d4f99888fd9fe6b18cf06b6141902cfad5cd..af3969e095e3f40283a6ea61c89169315e094b0c 100644 (file)
@@ -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
index 3bcd8da4727f9a5406114020d743a2a98b8d6515..fc07ea46ae2b0dc255e32afd6eeab0a0366a0b90 100755 (executable)
@@ -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
index 107747921d02b1e9336d8a6a166f03076e0d74fc..177b7b8282bf3575a22fff11af52016c9f857041 100644 (file)
 #
 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
This page took 0.105919 seconds and 5 git commands to generate.