Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2012-12-21 01:10:27 +0400
committerJeff Johnston <jjohnstn@redhat.com>2012-12-21 01:10:27 +0400
commitf2d223bd0fa6fdf1a0328d5bfcc83140f0e1150e (patch)
tree35bfc4d11c4b1d862ab00953a8b8b8549699aa53 /newlib/README
parent45b8e70594ef52a9a8a97add890b79dedce270fe (diff)
2012-12-20 Jeff Johnston <jjohnstn@redhat.com>
* NEWS: Update with 2.0.0 info. * README: Ditto. * acinclude.m4: Change version number to 2.0.0. * aclocal.m4: Regenerated. * configure: Ditto. * Makefile.in: Regenerated. * 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_2.0
Diffstat (limited to 'newlib/README')
-rw-r--r--newlib/README22
1 files changed, 11 insertions, 11 deletions
diff --git a/newlib/README b/newlib/README
index e2070d271..d3c7b1132 100644
--- a/newlib/README
+++ b/newlib/README
@@ -1,4 +1,4 @@
- README for newlib-1.20.0 release
+ README for newlib-2.0.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.20.0.tar.gz file, you'll find a directory
-called `newlib-1.20.0', which contains:
+When you unpack the newlib-2.0.0.tar.gz file, you'll find a directory
+called `newlib-2.0.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.20.0, you can build NEWLIB in a separate
+ For example, with version 2.0.0, you can build NEWLIB in a separate
directory for a Sun 4 cross m68k-aout environment like this:
- cd newlib-1.20.0
+ cd newlib-2.0.0
mkdir ../newlib-m68k-aout
cd ../newlib-m68k-aout
- ../newlib-1.20.0/configure --host=sun4 --target=m68k-aout
+ ../newlib-2.0.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.20.0' (or in a separate configured directory configured with
-`--srcdir=PATH/newlib-1.20.0'), you will build all the required libraries.
+as `newlib-2.0.0' (or in a separate configured directory configured with
+`--srcdir=PATH/newlib-2.0.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
@@ -372,15 +372,15 @@ After creating a new configure.in and Makefile.am file, you would issue:
from newlib/libc/machine/XXXX
It is strongly advised that you use an adequate version of autotools.
-For this latest release, the following were used: autoconf 2.68, aclocal 1.11.1, and
-automake 1.11.1.
+For this latest release, the following were used: autoconf 2.68, aclocal 1.11.6, and
+automake 1.11.6.
Reporting Bugs
==============
The correct address for reporting bugs found in NEWLIB is
"newlib@sourceware.org". Please email all bug reports to that
-address. Please include the NEWLIB version number (e.g., newlib-1.20.0),
+address. Please include the NEWLIB version number (e.g., newlib-2.0.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.