diff options
Diffstat (limited to 'docs/B - Known issues.txt')
-rw-r--r-- | docs/B - Known issues.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/B - Known issues.txt b/docs/B - Known issues.txt index 4979818b..c7ae9031 100644 --- a/docs/B - Known issues.txt +++ b/docs/B - Known issues.txt @@ -7,7 +7,7 @@ Known issues / _____________/ -This files lists the known issues encountered while developping crosstool-NG, +This files lists the known issues encountered while developing crosstool-NG, but that could not be addressed before the release. The file has one section for each known issue, each section containing four @@ -136,7 +136,7 @@ Symptoms: Explanations: The gcc build procedure tries to run a Fortran test to see if it has a working native fortran compiler installed on the build machine, and it - can't find one. A native Fortran compiler is needed (seems to be neede) + can't find one. A native Fortran compiler is needed (seems to be needed) to build the Fortran frontend of the cross-compiler. Even if you don't want to build the Fortran frontend, gcc tries to see if it has one, but fails. This is no problem, as the Fortran frontend |