aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gcc.xml
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2001-07-17 18:51:18 +0000
committerMark Hymers <markh@linuxfromscratch.org>2001-07-17 18:51:18 +0000
commit3554fa3aafd8e48de8ff0b7900ab3b34d0fe569c (patch)
treee3c03dd86fd885e0ea817d8d4821295e253a59b1 /chapter06/gcc.xml
parent84ded023d4a501feeafcc2d5261dac6300d093b8 (diff)
Added compile times and sizes as entities
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@807 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r--chapter06/gcc.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index f7180b9d2..654292101 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -1,6 +1,11 @@
<sect1 id="ch06-gcc">
<title>Installing GCC</title>
+<screen>
+Estimated build time: &gcc-time;
+Estimated disk space required: &gcc-compsize;
+</screen>
+
&c6-gcc-inst;
&aa-gcc-desc;