diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-12-30 03:12:54 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-12-30 03:12:54 +0000 |
commit | 8f93b1553a4af5ba0868a9a3f7b7de2e22485ccb (patch) | |
tree | 8b5e9e8e548c61c464214411090b1d30184d29af /chapter05/gcc-exp.xml | |
parent | 5fb3b1a6de398990dbaa0b3533215bacd7b12f86 (diff) |
o Updated to binutils-2.13.2, procps-3.1.5.
o Made all LDFLAGS=-static LDFLAGS="-static".
o Added symlink from libfl.a to libl.a.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2242 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-exp.xml')
-rw-r--r-- | chapter05/gcc-exp.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/gcc-exp.xml b/chapter05/gcc-exp.xml index fbb5b970c..736eac8b5 100644 --- a/chapter05/gcc-exp.xml +++ b/chapter05/gcc-exp.xml @@ -23,8 +23,8 @@ make install command later.</para> This defines the .hidden assembler directive so that we don't build a faulty Glibc later on.</para> -<para><userinput>make BOOT_LDFLAGS=-static:</userinput> -This is the equivalent to make LDFLAGS=-static as we use with other +<para><userinput>make BOOT_LDFLAGS="-static":</userinput> +This is the equivalent to make LDFLAGS="-static" as we use with other packages to compile them statically.</para> <para><userinput>ln -s gcc $LFS/static/bin/cc:</userinput> This |