2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
* NEWS: Update with 1.14.0 info. * README: Ditto. * acinclude.m4: Change version number to 1.14.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.14.
This commit is contained in:
parent
6ba157bb2e
commit
0217078f77
|
@ -1,3 +1,20 @@
|
|||
2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* NEWS: Update with 1.14.0 info.
|
||||
* README: Ditto.
|
||||
* acinclude.m4: Change version number to 1.14.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.14.
|
||||
|
||||
2005-12-16 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* libc/sys/linux/sys/stat.h: Change *stat64 prototypes to
|
||||
|
@ -111,7 +128,6 @@
|
|||
* libc/sys/linux/sys/unistd.h (readlink, symlink): New
|
||||
prototypes.
|
||||
|
||||
>>>>>>> 1.843
|
||||
2005-11-01 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libc/include/stdint.h: Cleanup #if vs. #ifdef.
|
||||
|
|
11
newlib/NEWS
11
newlib/NEWS
|
@ -1,3 +1,14 @@
|
|||
*** Major changes in newlib version 1.14.0:
|
||||
|
||||
* new platforms added (cris, mt, m32c)
|
||||
* more locking protection macros added
|
||||
* various C99/POSIX/SUSV3 compliance issue improvements
|
||||
* reentrancy cleanup
|
||||
* header file improvements (e.g. adding RTEMS stdint.h/inttypes.h)
|
||||
* various math fixes
|
||||
* changes made to allow use of gcc4 to build newlib
|
||||
* general bug fixes and cleanups
|
||||
|
||||
*** Major changes in newlib version 1.13.0:
|
||||
|
||||
* optimized iconv support
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
README for newlib-1.13.0 release
|
||||
README for newlib-1.14.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.13.0.tar.gz file, you'll find a directory
|
||||
called `newlib-1.13.0', which contains:
|
||||
When you unpack the newlib-1.14.0.tar.gz file, you'll find a directory
|
||||
called `newlib-1.14.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.13.0, you can build NEWLIB in a separate
|
||||
For example, with version 1.14.0, you can build NEWLIB in a separate
|
||||
directory for a Sun 4 cross m68k-aout environment like this:
|
||||
|
||||
cd newlib-1.13.0
|
||||
cd newlib-1.14.0
|
||||
mkdir ../newlib-m68k-aout
|
||||
cd ../newlib-m68k-aout
|
||||
../newlib-1.13.0/configure --host=sun4 --target=m68k-aout
|
||||
../newlib-1.14.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.13.0' (or in a separate configured directory configured with
|
||||
`--srcdir=PATH/newlib-1.13.0'), you will build all the required libraries.
|
||||
as `newlib-1.14.0' (or in a separate configured directory configured with
|
||||
`--srcdir=PATH/newlib-1.14.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.13.0),
|
||||
address. Please include the NEWLIB version number (e.g., newlib-1.14.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.
|
||||
|
|
|
@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -1128,7 +1128,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -1009,7 +1009,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -1023,7 +1023,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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,8 +84,8 @@ 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.13.0
|
||||
@subtitle January 2004
|
||||
@subtitle @code{libc} 1.14.0
|
||||
@subtitle December 2005
|
||||
@author {Steve Chamberlain}
|
||||
@author {Roland Pesch}
|
||||
@author {Red Hat Support}
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -1009,7 +1009,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -1009,7 +1009,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -103,10 +103,10 @@ DEFS = @DEFS@ -I. -I$(srcdir)
|
|||
CPPFLAGS = @CPPFLAGS@
|
||||
LIBS = @LIBS@
|
||||
lib_a_LIBADD =
|
||||
@SH64_TRUE@lib_a_OBJECTS = memcpy.o memset.o setjmp.o strcpy.o strlen.o \
|
||||
@SH64_TRUE@strcmp.o strncpy.o
|
||||
@SH64_FALSE@lib_a_OBJECTS = memcpy.o memset.o setjmp.o strcpy.o \
|
||||
@SH64_FALSE@strlen.o strcmp.o
|
||||
@SH64_TRUE@lib_a_OBJECTS = memcpy.o memset.o setjmp.o strcpy.o strlen.o \
|
||||
@SH64_TRUE@strcmp.o strncpy.o
|
||||
CFLAGS = @CFLAGS@
|
||||
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
CCLD = $(CC)
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -1009,7 +1009,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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; }
|
||||
|
|
|
@ -117,7 +117,7 @@ AC_SUBST(newlib_basedir)
|
|||
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(newlib, 1.13.0)
|
||||
AM_INIT_AUTOMAKE(newlib, 1.14.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
|
||||
|
|
|
@ -997,7 +997,7 @@ test "$host_alias" != "$target_alias" &&
|
|||
|
||||
PACKAGE=newlib
|
||||
|
||||
VERSION=1.13.0
|
||||
VERSION=1.14.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…
Reference in New Issue