diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-02 20:36:04 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-02 20:36:04 +0000 |
commit | 8727a64b3cbe663cd0f0f961e49b74907531d288 (patch) | |
tree | 38403d2eaadbe551e83d04a09493f1b6550ae231 /chapter05/binutils-pass2-inst.xml | |
parent | bc82645e958948a6aefd3147a0d7f712de9eaf6b (diff) |
package updates
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2491 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/binutils-pass2-inst.xml')
-rw-r--r-- | chapter05/binutils-pass2-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/binutils-pass2-inst.xml b/chapter05/binutils-pass2-inst.xml index 40e2fc894..592c35268 100644 --- a/chapter05/binutils-pass2-inst.xml +++ b/chapter05/binutils-pass2-inst.xml @@ -3,7 +3,7 @@ <sect2> <title>Installation of Binutils</title> -<para><screen><userinput>patch -Np1 -i ../binutils-&binutils-version;.lib-path.patch +<para><screen><userinput>patch -Np1 -i ../binutils-&binutils-version;-lib-path.patch CFLAGS="-O2 -pipe" ../binutils-2.13.2.1/configure --prefix=/stage1 \ --enable-shared --with-lib-path=/stage1/lib make LDFLAGS="-s" |