diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/adjusting.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/adjusting.xml b/chapter06/adjusting.xml index 48057ee6c..78ba0a00e 100644 --- a/chapter06/adjusting.xml +++ b/chapter06/adjusting.xml @@ -32,7 +32,7 @@ ln -sv /tools/bin/ld /tools/$(gcc -dumpmachine)/bin/ld</userinput></screen> <screen><userinput>gcc -dumpspecs | sed -e 's@/tools@@g' \ -e '/\*startfile_prefix_spec:/{n;s@.*@/usr/lib/ @}' \ - -e '/\*cpp:/{n;s@$@ -isystem /usr/include@}' & \ + -e '/\*cpp:/{n;s@$@ -isystem /usr/include@}' > \ `dirname $(gcc --print-libgcc-file-name)`/specs</userinput></screen> <para>It is a good idea to visually inspect the specs file to verify the |