diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/adjustingtoolchain.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/adjustingtoolchain.xml b/chapter06/adjustingtoolchain.xml index 15630f878..4c587ae68 100644 --- a/chapter06/adjustingtoolchain.xml +++ b/chapter06/adjustingtoolchain.xml @@ -43,7 +43,7 @@ this:</para> <!-- Ampersands are needed to allow cut and paste --> <screen><userinput>SPECFILE=/tools/lib/gcc-lib/*/*/specs && -sed -e 's@/tools/lib/ld-linux.so.2@/lib/ld-linux.so.2@g' \ +sed -e 's@ /tools/lib/ld-linux.so.2@ /lib/ld-linux.so.2@g' \ $SPECFILE > newspecfile && mv -f newspecfile $SPECFILE && unset SPECFILE</userinput></screen> |