diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-15 22:39:38 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-15 22:39:38 +0000 |
commit | f2243a550259c561406b5f6d5cec4c6cd6d55299 (patch) | |
tree | 1756ef84b148b302bf8a3fe0b9ce6c983b445935 /chapter05/binutils-pass1-inst.xml | |
parent | 8f752242daade0f5a6ef94e7bcf7b7f082f2837e (diff) |
Mixed modifications.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2989 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/binutils-pass1-inst.xml')
-rw-r--r-- | chapter05/binutils-pass1-inst.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chapter05/binutils-pass1-inst.xml b/chapter05/binutils-pass1-inst.xml index 8ceb64537..15465730b 100644 --- a/chapter05/binutils-pass1-inst.xml +++ b/chapter05/binutils-pass1-inst.xml @@ -24,7 +24,12 @@ source directory in a dedicated build directory:</para> <screen><userinput>mkdir ../binutils-build cd ../binutils-build</userinput></screen> -<para>Next, prepare Binutils to be compiled:</para> +<note><para>If you want the SBU values listed in the rest of the book to be of +any use, you will have to measure the time it takes to build this package. To +achieve this easily, you could do something like: +<userinput>time { ./configure ... && ... && ... && make install; }</userinput>.</para></note> + +<para>Now prepare Binutils for compilation:</para> <screen><userinput>../binutils-&binutils-version;/configure \ --prefix=/tools --disable-nls</userinput></screen> |