diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/binutils-pass1-inst.xml | 3 | ||||
-rw-r--r-- | chapter05/binutils-pass2-inst.xml | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/binutils-pass1-inst.xml b/chapter05/binutils-pass1-inst.xml index 2adbdf700..cbf393942 100644 --- a/chapter05/binutils-pass1-inst.xml +++ b/chapter05/binutils-pass1-inst.xml @@ -38,7 +38,8 @@ when linking statically.</para></listitem> <para>Continue with compiling the package:</para> -<para><screen><userinput>make LDFLAGS="-all-static"</userinput></screen></para> +<para><screen><userinput>make configure-host +make LDFLAGS="-all-static"</userinput></screen></para> <para>The meaning of the make option is:</para> diff --git a/chapter05/binutils-pass2-inst.xml b/chapter05/binutils-pass2-inst.xml index 87ca80ec6..62529a13d 100644 --- a/chapter05/binutils-pass2-inst.xml +++ b/chapter05/binutils-pass2-inst.xml @@ -3,8 +3,7 @@ <sect2> <title>Installation of Binutils</title> -<para><screen><userinput>patch -Np1 -i ../binutils-&binutils-version;-lib-path.patch -mkdir ../binutils-build +<para><screen><userinput>mkdir ../binutils-build cd ../binutils-build ../binutils-&binutils-version;/configure --prefix=/stage1 \ --enable-shared --with-lib-path=/stage1/lib |