forked from bminor/newlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
115 changed files
with
1,140 additions
and
1,134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
README for newlib-4.0.0 release | ||
README for newlib-4.1.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 | ||
of board support packages. | ||
|
||
Prior to the 4.0.0 release, newlib supported both ANSI and K&R-style | ||
compilers. As of 4.0.0, K&R is no longer supported. | ||
Prior to the 3.0.0 release, newlib supported both ANSI and K&R-style | ||
compilers. As of 3.0.0, K&R is no longer supported. | ||
|
||
The newlib and libgloss subdirectories are a collection of software from | ||
several sources, each with their own copyright and license. See the file | ||
|
@@ -20,8 +20,8 @@ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. | |
Unpacking and Installation -- quick overview | ||
========================== | ||
|
||
When you unpack the newlib-4.0.0.tar.gz file, you'll find a directory | ||
called `newlib-4.0.0', which contains: | ||
When you unpack the newlib-4.1.0.tar.gz file, you'll find a directory | ||
called `newlib-4.1.0', which contains: | ||
|
||
COPYING config/ install-sh* mpw-configure | ||
COPYING.LIB config-ml.in libgloss/ mpw-install | ||
|
@@ -97,13 +97,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 4.0.0, you can build NEWLIB in a separate | ||
For example, with version 4.1.0, you can build NEWLIB in a separate | ||
directory for a Sun 4 cross m68k-aout environment like this: | ||
|
||
cd newlib-4.0.0 | ||
cd newlib-4.1.0 | ||
mkdir ../newlib-m68k-aout | ||
cd ../newlib-m68k-aout | ||
../newlib-4.0.0/configure --host=sun4 --target=m68k-aout | ||
../newlib-4.1.0/configure --host=sun4 --target=m68k-aout | ||
make | ||
|
||
When `configure' builds a configuration using a remote source | ||
|
@@ -119,8 +119,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-4.0.0' (or in a separate configured directory configured with | ||
`--srcdir=PATH/newlib-4.0.0'), you will build all the required libraries. | ||
as `newlib-4.1.0' (or in a separate configured directory configured with | ||
`--srcdir=PATH/newlib-4.1.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 | ||
|
@@ -604,7 +604,7 @@ Reporting Bugs | |
|
||
The correct address for reporting bugs found in NEWLIB is | ||
"[email protected]". Please email all bug reports to that | ||
address. Please include the NEWLIB version number (e.g., newlib-4.0.0), | ||
address. Please include the NEWLIB version number (e.g., newlib-4.1.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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.