diff options
Diffstat (limited to 'chapter04')
-rw-r--r-- | chapter04/binutils.xml | 1 | ||||
-rw-r--r-- | chapter04/gcc.xml | 8 | ||||
-rw-r--r-- | chapter04/introduction.xml | 6 |
3 files changed, 11 insertions, 4 deletions
diff --git a/chapter04/binutils.xml b/chapter04/binutils.xml index ed8926d11..00454c451 100644 --- a/chapter04/binutils.xml +++ b/chapter04/binutils.xml @@ -1,3 +1,2 @@ Binutils (&binutils-version;) - &binutils-size;: <ulink url="http://freshmeat.net/projects/binutils/"/> - diff --git a/chapter04/gcc.xml b/chapter04/gcc.xml index e54f7f7c0..694d26a6c 100644 --- a/chapter04/gcc.xml +++ b/chapter04/gcc.xml @@ -1,2 +1,8 @@ -GCC (&gcc-version;) - &gcc-core-size;: +GCC-core (&gcc-version;) - &gcc-core-size;: +<ulink url="http://freshmeat.net/projects/gcc/"/> + +GCC-g++ (&gcc-version;) - &gcc-gpp-size;: +<ulink url="http://freshmeat.net/projects/gcc/"/> + +GCC-testsuite (&gcc-version;) - &gcc-testsuite-size;: <ulink url="http://freshmeat.net/projects/gcc/"/> diff --git a/chapter04/introduction.xml b/chapter04/introduction.xml index 859b5dbc0..3e82c190f 100644 --- a/chapter04/introduction.xml +++ b/chapter04/introduction.xml @@ -9,16 +9,18 @@ them. Feel free to try out newer versions, but if you experience problems with those versions, please try the recommended version first before sending bug reports.</para> -<para>All the URL's, when possible, refer to the project's page at +<para>All the URLs, when possible, refer to the project's page at <ulink url="http://www.freshmeat.net">Freshmeat.net</ulink>. The Freshmeat pages will give you easy access to the official download sites as well as -project websites, mailinglists, FAQ's, Changelogs and more.</para> +project websites, mailinglists, FAQs, Changelogs and more.</para> +<![IGNORE[ <para>For your convenience the top of the list contains a link to a file you can use with the <ulink url="http://wget.sunsite.dk">wget</ulink> program. Using this file and the <userinput>wget</userinput> program will make it easy to download all the files at once, rather than downloading each and every individual file manually.</para> +]]> </sect1> |