mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-01 03:50:28 +08:00
2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
* NEWS: Update with 1.11.0 info. * README: Ditto. * acinclude.m4: Change version number to 1.11.0. * aclocal.m4: Regenerated. * configure: Ditto. * doc/aclocal.m4: Ditto. * doc/configure: Ditto. * libc/*/aclocal.m4: Ditto. * libc/*/configure: Ditto. * libc/libc.texinfo: Ditto. * libm/*/aclocal.m4: Ditto. * libm/*/configure: Ditto. * libm/libm.texinfo: Ditto. * libc/sys/linux/shared.ld: Add VERS_1.11.
This commit is contained in:
parent
6c8b131e35
commit
60b0838fc6
@ -1,3 +1,20 @@
|
||||
2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* NEWS: Update with 1.11.0 info.
|
||||
* README: Ditto.
|
||||
* acinclude.m4: Change version number to 1.11.0.
|
||||
* aclocal.m4: Regenerated.
|
||||
* configure: Ditto.
|
||||
* doc/aclocal.m4: Ditto.
|
||||
* doc/configure: Ditto.
|
||||
* libc/*/aclocal.m4: Ditto.
|
||||
* libc/*/configure: Ditto.
|
||||
* libc/libc.texinfo: Ditto.
|
||||
* libm/*/aclocal.m4: Ditto.
|
||||
* libm/*/configure: Ditto.
|
||||
* libm/libm.texinfo: Ditto.
|
||||
* libc/sys/linux/shared.ld: Add VERS_1.11.
|
||||
|
||||
2002-12-20 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* libc/machine/i386/f_atan2.S: Change copyright from Cygnus
|
||||
|
10
newlib/NEWS
10
newlib/NEWS
@ -1,4 +1,12 @@
|
||||
Support for the Fujitsu FRV architecture added by Red Hat.
|
||||
*** Major changes in newlib version 1.11.0:
|
||||
|
||||
* enhanced EL/IX support for i[3456]86-pc-linux
|
||||
* new --enable-newlib-elix-level configuration option
|
||||
* positional I/O support for printf family (--enable-newlib-io-pos-args)
|
||||
* support for the Fujitsu FRV architecture added by Red Hat
|
||||
* support for Motorola Altivec and SPE added by Red Hat
|
||||
* new small reentrancy structure support
|
||||
* dynamic reentrancy structure support
|
||||
|
||||
*** Major changes in newlib version 1.10.0:
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
README for newlib-1.10.0 release
|
||||
README for newlib-1.11.0 release
|
||||
(mostly cribbed from the README in the gdb-4.13 release)
|
||||
|
||||
This is `newlib', a simple ANSI C library, math library, and collection
|
||||
@ -17,8 +17,8 @@ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
Unpacking and Installation -- quick overview
|
||||
==========================
|
||||
|
||||
When you unpack the newlib-1.10.0.tar.gz file, you'll find a directory
|
||||
called `newlib-1.10.0', which contains:
|
||||
When you unpack the newlib-1.11.0.tar.gz file, you'll find a directory
|
||||
called `newlib-1.11.0', which contains:
|
||||
|
||||
COPYING config/ install-sh* mpw-configure
|
||||
COPYING.LIB config-ml.in libgloss/ mpw-install
|
||||
@ -94,13 +94,13 @@ directory. If the path to `configure' would be the same as the
|
||||
argument to `--srcdir', you can leave out the `--srcdir' option; it
|
||||
will be assumed.)
|
||||
|
||||
For example, with version 1.10.0, you can build NEWLIB in a separate
|
||||
For example, with version 1.11.0, you can build NEWLIB in a separate
|
||||
directory for a Sun 4 cross m68k-aout environment like this:
|
||||
|
||||
cd newlib-1.10.0
|
||||
cd newlib-1.11.0
|
||||
mkdir ../newlib-m68k-aout
|
||||
cd ../newlib-m68k-aout
|
||||
../newlib-1.10.0/configure --host=sun4 --target=m68k-aout
|
||||
../newlib-1.11.0/configure --host=sun4 --target=m68k-aout
|
||||
make
|
||||
|
||||
When `configure' builds a configuration using a remote source
|
||||
@ -116,8 +116,8 @@ called `configure' (or one of its subdirectories).
|
||||
|
||||
The `Makefile' that `configure' generates in each source directory
|
||||
also runs recursively. If you type `make' in a source directory such
|
||||
as `newlib-1.10.0' (or in a separate configured directory configured with
|
||||
`--srcdir=PATH/newlib-1.10.0'), you will build all the required libraries.
|
||||
as `newlib-1.11.0' (or in a separate configured directory configured with
|
||||
`--srcdir=PATH/newlib-1.11.0'), you will build all the required libraries.
|
||||
|
||||
When you have multiple hosts or targets configured in separate
|
||||
directories, you can run `make' on them in parallel (for example, if
|
||||
@ -310,7 +310,7 @@ Reporting Bugs
|
||||
|
||||
The correct address for reporting bugs found in NEWLIB is
|
||||
"newlib@sources.redhat.com". Please email all bug reports to that
|
||||
address. Please include the NEWLIB version number (e.g., newlib-1.10.0),
|
||||
address. Please include the NEWLIB version number (e.g., newlib-1.11.0),
|
||||
and how you configured it (e.g., "sun4 host and m68k-aout target").
|
||||
Since NEWLIB supports many different configurations, it is important
|
||||
that you be precise about this.
|
||||
|
@ -93,7 +93,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/aclocal.m4
vendored
2
newlib/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/configure
vendored
2
newlib/configure
vendored
@ -1014,7 +1014,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/doc/aclocal.m4
vendored
2
newlib/doc/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/doc/configure
vendored
2
newlib/doc/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/aclocal.m4
vendored
2
newlib/libc/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/configure
vendored
2
newlib/libc/configure
vendored
@ -1008,7 +1008,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
@ -84,7 +84,7 @@ into another language, under the above conditions for modified versions.
|
||||
@title The Red Hat newlib C Library
|
||||
@subtitle Full Configuration
|
||||
@sp 1
|
||||
@subtitle @code{libc} 1.10.0
|
||||
@subtitle @code{libc} 1.11.0
|
||||
@subtitle July 2002
|
||||
@author {Steve Chamberlain}
|
||||
@author {Roland Pesch}
|
||||
|
2
newlib/libc/machine/a29k/aclocal.m4
vendored
2
newlib/libc/machine/a29k/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/machine/a29k/configure
vendored
2
newlib/libc/machine/a29k/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/machine/aclocal.m4
vendored
2
newlib/libc/machine/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/machine/arm/aclocal.m4
vendored
2
newlib/libc/machine/arm/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/machine/arm/configure
vendored
2
newlib/libc/machine/arm/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/machine/configure
vendored
2
newlib/libc/machine/configure
vendored
@ -994,7 +994,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/machine/d10v/aclocal.m4
vendored
2
newlib/libc/machine/d10v/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/machine/d10v/configure
vendored
2
newlib/libc/machine/d10v/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/machine/d30v/aclocal.m4
vendored
2
newlib/libc/machine/d30v/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/machine/d30v/configure
vendored
2
newlib/libc/machine/d30v/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/machine/fr30/aclocal.m4
vendored
2
newlib/libc/machine/fr30/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/machine/fr30/configure
vendored
2
newlib/libc/machine/fr30/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/machine/frv/aclocal.m4
vendored
2
newlib/libc/machine/frv/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/machine/frv/configure
vendored
2
newlib/libc/machine/frv/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/machine/h8300/aclocal.m4
vendored
2
newlib/libc/machine/h8300/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/machine/h8300/configure
vendored
2
newlib/libc/machine/h8300/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/machine/h8500/aclocal.m4
vendored
2
newlib/libc/machine/h8500/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/machine/h8500/configure
vendored
2
newlib/libc/machine/h8500/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/machine/hppa/aclocal.m4
vendored
2
newlib/libc/machine/hppa/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/machine/hppa/configure
vendored
2
newlib/libc/machine/hppa/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/machine/i386/aclocal.m4
vendored
2
newlib/libc/machine/i386/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/machine/i386/configure
vendored
2
newlib/libc/machine/i386/configure
vendored
@ -994,7 +994,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/machine/i960/aclocal.m4
vendored
2
newlib/libc/machine/i960/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/machine/i960/configure
vendored
2
newlib/libc/machine/i960/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/machine/m32r/aclocal.m4
vendored
2
newlib/libc/machine/m32r/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/machine/m32r/configure
vendored
2
newlib/libc/machine/m32r/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/machine/m68hc11/aclocal.m4
vendored
2
newlib/libc/machine/m68hc11/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/machine/m68hc11/configure
vendored
2
newlib/libc/machine/m68hc11/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/machine/m68k/aclocal.m4
vendored
2
newlib/libc/machine/m68k/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/machine/m68k/configure
vendored
2
newlib/libc/machine/m68k/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/machine/m88k/aclocal.m4
vendored
2
newlib/libc/machine/m88k/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/machine/m88k/configure
vendored
2
newlib/libc/machine/m88k/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/machine/mips/aclocal.m4
vendored
2
newlib/libc/machine/mips/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/machine/mips/configure
vendored
2
newlib/libc/machine/mips/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/machine/mn10200/aclocal.m4
vendored
2
newlib/libc/machine/mn10200/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/machine/mn10200/configure
vendored
2
newlib/libc/machine/mn10200/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/machine/mn10300/aclocal.m4
vendored
2
newlib/libc/machine/mn10300/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/machine/mn10300/configure
vendored
2
newlib/libc/machine/mn10300/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/machine/necv70/aclocal.m4
vendored
2
newlib/libc/machine/necv70/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/machine/necv70/configure
vendored
2
newlib/libc/machine/necv70/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/machine/powerpc/aclocal.m4
vendored
2
newlib/libc/machine/powerpc/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/machine/powerpc/configure
vendored
2
newlib/libc/machine/powerpc/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/machine/sh/aclocal.m4
vendored
2
newlib/libc/machine/sh/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/machine/sh/configure
vendored
2
newlib/libc/machine/sh/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/machine/sparc/aclocal.m4
vendored
2
newlib/libc/machine/sparc/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/machine/sparc/configure
vendored
2
newlib/libc/machine/sparc/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/machine/tic80/aclocal.m4
vendored
2
newlib/libc/machine/tic80/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/machine/tic80/configure
vendored
2
newlib/libc/machine/tic80/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/machine/v850/aclocal.m4
vendored
2
newlib/libc/machine/v850/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/machine/v850/configure
vendored
2
newlib/libc/machine/v850/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/machine/w65/aclocal.m4
vendored
2
newlib/libc/machine/w65/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/machine/w65/configure
vendored
2
newlib/libc/machine/w65/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/machine/xscale/aclocal.m4
vendored
2
newlib/libc/machine/xscale/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/machine/xscale/configure
vendored
2
newlib/libc/machine/xscale/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/machine/xstormy16/aclocal.m4
vendored
2
newlib/libc/machine/xstormy16/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/machine/xstormy16/configure
vendored
2
newlib/libc/machine/xstormy16/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/machine/z8k/aclocal.m4
vendored
2
newlib/libc/machine/z8k/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/machine/z8k/configure
vendored
2
newlib/libc/machine/z8k/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/sys/a29khif/aclocal.m4
vendored
2
newlib/libc/sys/a29khif/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/sys/a29khif/configure
vendored
2
newlib/libc/sys/a29khif/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/sys/aclocal.m4
vendored
2
newlib/libc/sys/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/sys/arc/aclocal.m4
vendored
2
newlib/libc/sys/arc/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/sys/arc/configure
vendored
2
newlib/libc/sys/arc/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/sys/arm/aclocal.m4
vendored
2
newlib/libc/sys/arm/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/sys/arm/configure
vendored
2
newlib/libc/sys/arm/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/sys/configure
vendored
2
newlib/libc/sys/configure
vendored
@ -994,7 +994,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/sys/cygwin/aclocal.m4
vendored
2
newlib/libc/sys/cygwin/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/sys/cygwin/configure
vendored
2
newlib/libc/sys/cygwin/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/sys/d10v/aclocal.m4
vendored
2
newlib/libc/sys/d10v/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/sys/d10v/configure
vendored
2
newlib/libc/sys/d10v/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/sys/decstation/aclocal.m4
vendored
2
newlib/libc/sys/decstation/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/sys/decstation/configure
vendored
2
newlib/libc/sys/decstation/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/sys/h8300hms/aclocal.m4
vendored
2
newlib/libc/sys/h8300hms/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/sys/h8300hms/configure
vendored
2
newlib/libc/sys/h8300hms/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/sys/h8500hms/aclocal.m4
vendored
2
newlib/libc/sys/h8500hms/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/sys/h8500hms/configure
vendored
2
newlib/libc/sys/h8500hms/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/sys/linux/aclocal.m4
vendored
2
newlib/libc/sys/linux/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/sys/linux/configure
vendored
2
newlib/libc/sys/linux/configure
vendored
@ -994,7 +994,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/sys/linux/machine/aclocal.m4
vendored
2
newlib/libc/sys/linux/machine/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/sys/linux/machine/configure
vendored
2
newlib/libc/sys/linux/machine/configure
vendored
@ -994,7 +994,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/sys/linux/machine/i386/configure
vendored
2
newlib/libc/sys/linux/machine/i386/configure
vendored
@ -994,7 +994,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
@ -1,3 +1,7 @@
|
||||
VERS_1.10 {
|
||||
global: *;
|
||||
};
|
||||
|
||||
VERS_1.11 {
|
||||
global: *;
|
||||
};
|
||||
|
2
newlib/libc/sys/m88kbug/aclocal.m4
vendored
2
newlib/libc/sys/m88kbug/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/sys/m88kbug/configure
vendored
2
newlib/libc/sys/m88kbug/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/sys/mmixware/aclocal.m4
vendored
2
newlib/libc/sys/mmixware/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/sys/mmixware/configure
vendored
2
newlib/libc/sys/mmixware/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
2
newlib/libc/sys/netware/aclocal.m4
vendored
2
newlib/libc/sys/netware/aclocal.m4
vendored
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
||||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.10.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.11.0)
|
||||
|
||||
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
|
||||
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
|
||||
|
2
newlib/libc/sys/netware/configure
vendored
2
newlib/libc/sys/netware/configure
vendored
@ -982,7 +982,7 @@ test "$host_alias" != "$target_alias" &&
|
||||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.10.0
|
||||
VERSION=1.11.0
|
||||
|
||||
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
|
||||
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user