mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
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:
parent
6cde47de67
commit
7c02fc3075
4
libgloss/arc/configure
vendored
4
libgloss/arc/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/bfin/configure
vendored
4
libgloss/bfin/configure
vendored
@ -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
|
||||
|
@ -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
3
libgloss/configure
vendored
@ -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=
|
||||
|
@ -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(..)
|
||||
|
4
libgloss/cr16/configure
vendored
4
libgloss/cr16/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/cris/configure
vendored
4
libgloss/cris/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/csky/configure
vendored
4
libgloss/csky/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/d30v/configure
vendored
4
libgloss/d30v/configure
vendored
@ -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
|
||||
|
@ -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/doc/configure
vendored
3
libgloss/doc/configure
vendored
@ -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
|
||||
|
5
libgloss/epiphany/configure
vendored
5
libgloss/epiphany/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/frv/configure
vendored
4
libgloss/frv/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/ft32/configure
vendored
4
libgloss/ft32/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/i386/configure
vendored
4
libgloss/i386/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/iq2000/configure
vendored
4
libgloss/iq2000/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/libnosys/configure
vendored
4
libgloss/libnosys/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/lm32/configure
vendored
4
libgloss/lm32/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/m32c/configure
vendored
4
libgloss/m32c/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/m68hc11/configure
vendored
4
libgloss/m68hc11/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/m68k/configure
vendored
4
libgloss/m68k/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/mcore/configure
vendored
4
libgloss/mcore/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/mep/configure
vendored
4
libgloss/mep/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/microblaze/configure
vendored
4
libgloss/microblaze/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/mips/configure
vendored
4
libgloss/mips/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/mn10200/configure
vendored
4
libgloss/mn10200/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/mn10300/configure
vendored
4
libgloss/mn10300/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/moxie/configure
vendored
4
libgloss/moxie/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/msp430/configure
vendored
4
libgloss/msp430/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/mt/configure
vendored
4
libgloss/mt/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/nios2/configure
vendored
4
libgloss/nios2/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
5
libgloss/or1k/configure
vendored
5
libgloss/or1k/configure
vendored
@ -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
|
||||
|
@ -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(../..)
|
||||
|
||||
|
4
libgloss/pa/configure
vendored
4
libgloss/pa/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/pru/configure
vendored
4
libgloss/pru/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/rl78/configure
vendored
4
libgloss/rl78/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/rs6000/configure
vendored
4
libgloss/rs6000/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/rx/configure
vendored
4
libgloss/rx/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/sparc/configure
vendored
4
libgloss/sparc/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/sparc_leon/configure
vendored
4
libgloss/sparc_leon/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/tic6x/configure
vendored
4
libgloss/tic6x/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/v850/configure
vendored
4
libgloss/v850/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/visium/configure
vendored
4
libgloss/visium/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
4
libgloss/xc16x/configure
vendored
4
libgloss/xc16x/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user