diff options
Diffstat (limited to 'chapter05/adjusting.xml')
-rw-r--r-- | chapter05/adjusting.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/adjusting.xml b/chapter05/adjusting.xml index b18b6f132..1f18d7cb2 100644 --- a/chapter05/adjusting.xml +++ b/chapter05/adjusting.xml @@ -38,7 +38,7 @@ to the new dynamic linker. A simple sed will accomplish this:</para> <!-- Ampersands are needed to allow cut and paste --> -<screen><userinput>SPECFILE=/tools/lib/gcc-lib/*/*/specs && +<screen><userinput>SPECFILE=/tools/lib/gcc/*/*/specs && sed -e 's@ /lib/ld-linux.so.2@ /tools/lib/ld-linux.so.2@g' \ $SPECFILE > tempspecfile && mv -f tempspecfile $SPECFILE && @@ -62,7 +62,7 @@ because of GCC's <quote>fixincludes</quote> process which runs as part of the GCC build. We'll explain more about this further on in this chapter. For now, run the following commands to eliminate this possibility:</para> -<screen><userinput>rm -f /tools/lib/gcc-lib/*/*/include/{pthread.h,bits/sigthread.h}</userinput></screen> +<screen><userinput>rm -f /tools/lib/gcc/*/*/include/{pthread.h,bits/sigthread.h}</userinput></screen> <caution><para>It is imperative at this point to stop and ensure that the basic |