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>2016-12-23 05:33:54 +0300
committerJeff Johnston <jjohnstn@redhat.com>2016-12-23 05:33:54 +0300
commit61f181d6b872e6f37b04fed790fa903a312a3795 (patch)
tree8c5aefaafd76711064892429e0b834901f39a589 /newlib/README
parent959d85b3414d56fc49fc111eb0338cd8fd8dd971 (diff)
Bump release to 2.5.0 for yearly snapshot.newlib-2_5_0
Diffstat (limited to 'newlib/README')
-rw-r--r--newlib/README18
1 files changed, 9 insertions, 9 deletions
diff --git a/newlib/README b/newlib/README
index 442304d4b..ed8fb3540 100644
--- a/newlib/README
+++ b/newlib/README
@@ -1,4 +1,4 @@
- README for newlib-2.4.0 release
+ README for newlib-2.5.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-2.4.0.tar.gz file, you'll find a directory
-called `newlib-2.4.0', which contains:
+When you unpack the newlib-2.5.0.tar.gz file, you'll find a directory
+called `newlib-2.5.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 2.4.0, you can build NEWLIB in a separate
+ For example, with version 2.5.0, you can build NEWLIB in a separate
directory for a Sun 4 cross m68k-aout environment like this:
- cd newlib-2.4.0
+ cd newlib-2.5.0
mkdir ../newlib-m68k-aout
cd ../newlib-m68k-aout
- ../newlib-2.4.0/configure --host=sun4 --target=m68k-aout
+ ../newlib-2.5.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-2.4.0' (or in a separate configured directory configured with
-`--srcdir=PATH/newlib-2.4.0'), you will build all the required libraries.
+as `newlib-2.5.0' (or in a separate configured directory configured with
+`--srcdir=PATH/newlib-2.5.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
@@ -589,7 +589,7 @@ 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-2.4.0),
+address. Please include the NEWLIB version number (e.g., newlib-2.5.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.