|
@@ -17,7 +17,7 @@ times it takes to compile something varies too much. One package may take
|
|
|
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 if
|
|
|
+example, GCC-3.2 takes about 9.5 SBUs and it's proven that this number is
|
|
|
fairly consistent among a lot of different systems. So multiply 9.5 by the
|
|
|
number of seconds it takes for Bash to install (the SBU value) and you get
|
|
|
a close approximation of how long GCC will take on your system.</para>
|