1- README for newlib-4.2 .0 release
1+ README for newlib-4.5 .0 release
22 (mostly cribbed from the README in the gdb-4.13 release)
33
44This is `newlib', a simple ANSI C library, math library, and collection
@@ -20,8 +20,8 @@ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
2020Unpacking and Installation -- quick overview
2121==========================
2222
23- When you unpack the newlib-4.2 .0.tar.gz file, you'll find a directory
24- called `newlib-4.2 .0', which contains many files. Interesting ones:
23+ When you unpack the newlib-4.5 .0.tar.gz file, you'll find a directory
24+ called `newlib-4.5 .0', which contains many files. Interesting ones:
2525 COPYING* - License files for the sources
2626 README - A common overview of all GNU development projects
2727 configure - The build script for configuring the source tree
@@ -94,13 +94,13 @@ directory. If the path to `configure' would be the same as the
9494argument to `--srcdir', you can leave out the `--srcdir' option; it
9595will be assumed.)
9696
97- For example, with version 4.2 .0, you can build NEWLIB in a separate
97+ For example, with version 4.5 .0, you can build NEWLIB in a separate
9898directory for a Sun 4 cross m68k-aout environment like this:
9999
100- cd newlib-4.2 .0
100+ cd newlib-4.5 .0
101101 mkdir ../newlib-m68k-aout
102102 cd ../newlib-m68k-aout
103- ../newlib-4.2 .0/configure --host=sun4 --target=m68k-aout
103+ ../newlib-4.5 .0/configure --host=sun4 --target=m68k-aout
104104 make
105105
106106 When `configure' builds a configuration using a remote source
@@ -116,8 +116,8 @@ called `configure' (or one of its subdirectories).
116116
117117 The `Makefile' that `configure' generates in each source directory
118118also runs recursively. If you type `make' in a source directory such
119- as `newlib-4.2 .0' (or in a separate configured directory configured with
120- `--srcdir=PATH/newlib-4.2 .0'), you will build all the required libraries.
119+ as `newlib-4.5 .0' (or in a separate configured directory configured with
120+ `--srcdir=PATH/newlib-4.5 .0'), you will build all the required libraries.
121121
122122 When you have multiple hosts or targets configured in separate
123123directories, you can run `make' on them in parallel (for example, if
@@ -530,7 +530,7 @@ Reporting Bugs
530530
531531The correct address for reporting bugs found in NEWLIB is
532532"
[email protected] ". Please email all bug reports to that
533- address. Please include the NEWLIB version number (e.g., newlib-4.2 .0),
533+ address. Please include the NEWLIB version number (e.g., newlib-4.5 .0),
534534and how you configured it (e.g., "sun4 host and m68k-aout target").
535535Since NEWLIB supports many different configurations, it is important
536536that you be precise about this.
0 commit comments