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 fb3f51dc6..35d77a78f 100644 --- a/chapter05/adjusting.xml +++ b/chapter05/adjusting.xml @@ -48,8 +48,8 @@ ln -sv /tools/bin/ld /tools/$(gcc -dumpmachine)/bin/ld</userinput></screen> </important> <!-- Ampersands are needed to allow copy and paste --> -<screen><userinput>gcc -dumpspecs | sed 's@/lib/ld-linux.so.2@/tools&@g' \ - > `dirname $(gcc -print-libgcc-file-name)`/specs</userinput></screen> +<screen><userinput>gcc -dumpspecs | sed 's@/lib/ld-linux.so.2@/tools&@g' > \ + `dirname $(gcc -print-libgcc-file-name)`/specs</userinput></screen> <para>During the build process, GCC runs a script (<command>fixincludes</command>) that scans the system for header files |