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.
This commit is contained in:
Mike Frysinger 2022-01-17 03:58:13 -05:00
parent 6cde47de67
commit 7c02fc3075
79 changed files with 3 additions and 313 deletions

View File

@ -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

View 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

View File

@ -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

View 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

3
libgloss/configure vendored
View File

@ -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=

View 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(..)

View File

@ -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

View 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

View File

@ -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

View 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

View File

@ -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

View File

@ -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

View File

@ -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

View 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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View 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

View File

@ -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

View 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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View 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

View File

@ -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

View 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

View File

@ -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

View 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

View File

@ -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

View File

@ -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

View File

@ -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

View 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

View File

@ -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

View 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

View File

@ -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

View 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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View 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

View File

@ -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

View File

@ -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

View File

@ -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

View 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

View File

@ -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

View 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

View File

@ -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

View File

@ -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(../..)

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View 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

View File

@ -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

View 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

View File

@ -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

View 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

View File

@ -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

View File

@ -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

View File

@ -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

View 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

View File

@ -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

View 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

View File

@ -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

View 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

View File

@ -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

View 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

View File

@ -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

View File

@ -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