diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-04-03 20:31:39 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-04-03 20:31:39 +0000 |
commit | 142b29b5fcbb52aa8cc563f41dba31de594f053b (patch) | |
tree | 1e44e2e0f6418a893a7eb09aab2fb4a633259dbc /prologue | |
parent | 8445b681e69bed00e0b2c650dcc523e64815ae2e (diff) |
Make it clearer that g++ is required on the host.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10240 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue')
-rw-r--r-- | prologue/hostreqs.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 7dbee1f60..b810f792a 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -61,9 +61,9 @@ </listitem> <listitem> - <para><emphasis role="strong">GCC-4.1.2</emphasis> (Versions - greater than &gcc-version; are not recommended as they have not - been tested)</para> + <para><emphasis role="strong">GCC-4.1.2</emphasis> including the C++ + compiler, <command>g++</command> (Versions greater than &gcc-version; are + not recommended as they have not been tested)</para> </listitem> <listitem> |