diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-07-17 16:53:40 +0200 |
---|---|---|
committer | Antony N. Pavlov" <antony@niisi.msk.ru> | 2011-07-17 16:53:40 +0200 |
commit | c009897aeec4ac3265498664937b2b86870b9984 (patch) | |
tree | 046538459cc0fffed04c7483331db2bd0a76ab35 /docs/B - Known issues.txt | |
parent | 30ad622618504b5801ae06a4f28ebd0d10655648 (diff) | |
download | crosstool-ng-c009897aeec4ac3265498664937b2b86870b9984.tar.gz crosstool-ng-c009897aeec4ac3265498664937b2b86870b9984.tar.bz2 crosstool-ng-c009897aeec4ac3265498664937b2b86870b9984.zip |
misc: fix more typos here and there...
Reported-by: "Antony N. Pavlov" <antony@niisi.msk.ru>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
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 |