diff options
Diffstat (limited to 'chapter05/gcc-pass2.xml')
-rw-r--r-- | chapter05/gcc-pass2.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 314f88019..f25add08b 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -29,10 +29,10 @@ system is set up correctly in this regard by performing a simple test:</para> <blockquote><screen>The system has no more ptys. Ask your system administrator to create more.</screen></blockquote> <para>Your host distribution is not set up for proper PTY operation. In this -case there is no point in running the test suites for GCC and Binutils until you -are able to resolve the issue. You can consult the LFS Wiki at -<ulink url="http://wiki.linuxfromscratch.org/"/> for more information on how to -get PTYs working.</para> +case there is no point in running the test suites for GCC and Binutils until +you are able to resolve the issue. You can consult the LFS Wiki at +<ulink url="&wiki-root;"/> for more information on how to get PTYs +working.</para> <para>This time we will build both the C and the C++ compilers, so you'll have to unpack all three GCC tarballs (-core, -g++, and -testsuite) in one and the |