diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-20 21:11:28 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-20 21:11:28 +0000 |
commit | 26e62aa22dcb6ce6b63a5a21b44825ff19b2405e (patch) | |
tree | 019a059bdc24940a10f4571c4d6cf3cd88cfab4c /chapter02/aboutsbus.xml | |
parent | eb7df24002f43d7b8ab45a2868a9dfe345a97551 (diff) |
Removed --enable-threads=posix from static gcc compilation. Fixed changelog and a number of typos.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02/aboutsbus.xml')
-rw-r--r-- | chapter02/aboutsbus.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter02/aboutsbus.xml b/chapter02/aboutsbus.xml index 9e4ef28bc..f43859584 100644 --- a/chapter02/aboutsbus.xml +++ b/chapter02/aboutsbus.xml @@ -14,7 +14,7 @@ times it takes to compile something varies too much. One package may take <emphasis>Static Bash Unit</emphasis> or <emphasis>SBU</emphasis>.</para> <para>It works like this: the very first package you compile in this book -is Bash in chapter 5 and it'll be statically linked. The time it takes to +is Bash in Chapter 5 and it'll be statically linked. The time it takes to compile this package will be the basis and called the SBU. All other compile times are relative to the time it takes to install Bash. For example, GCC-3.2 takes about 9.5 SBUs and it's proven that this number is |