| Summary: | typo in Embedded Handbook - cross-compiler.xml | ||
|---|---|---|---|
| Product: | [OLD] Docs on www.gentoo.org | Reporter: | .:deadhead:. <andreamtp+bz> |
| Component: | Other documents | Assignee: | Embedded Gentoo Team <embedded> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Highest | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | http://www.gentoo.org/proj/en/base/embedded/handbook/cross-compiler.xml | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Not the GDP's problem. Documents in /proj/ are the responsibility of those projects, not the GDP. |
In the final part of the doc I guess the author has done a typo: crtendS.o will be used instead of crtend.o not instead of itself :D --- cross-compiler.xml 2008-03-10 00:41:51.292279291 +0100 +++ cross-compiler2.xml 2008-03-10 00:42:16.799279855 +0100 @@ -554,7 +554,7 @@ </tr> <tr> <ti>crtendS.o</ti> - <ti>Used in place of crtendS.o when generating shared objects/PIEs.</ti> + <ti>Used in place of crtend.o when generating shared objects/PIEs.</ti> </tr> </table> cheers