diff options
Diffstat (limited to 'chapter06/adjustingtoolchain.xml')
-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 7add84c7f..6c49c402d 100644 --- a/chapter06/adjustingtoolchain.xml +++ b/chapter06/adjustingtoolchain.xml @@ -3,7 +3,7 @@ <?dbhtml filename="adjustingtoolchain.html" dir="chapter06"?> <para><screen><userinput>cd binutils-build -make -C ld tooldir=/stage1 INSTALL=/stage1/bin/install install-data-local +make -C ld INSTALL=/stage1/bin/install install-data-local SPECFILE=/stage1/lib/gcc-lib/*/*/specs && sed -e 's@/stage1/lib/ld.so.1@/lib/ld.so.1@g' \ |