diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-03-28 17:38:55 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-03-28 17:38:55 +0000 |
commit | 908077d7f8499bc2c1532c1d12d760918ae256fb (patch) | |
tree | f7ab2fcecd09aae6f64c00f0f58ef44d3fe23c8e /prologue | |
parent | 12b39dee99a0f85effa7f869d1641781bcd1dea9 (diff) |
Upgrade to GCC-4.8.0. Fixes #3312.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10220 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue')
-rw-r--r-- | prologue/hostreqs.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 74cb9e573..7dbee1f60 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -61,7 +61,7 @@ </listitem> <listitem> - <para><emphasis role="strong">Gcc-4.1.2</emphasis> (Versions + <para><emphasis role="strong">GCC-4.1.2</emphasis> (Versions greater than &gcc-version; are not recommended as they have not been tested)</para> </listitem> @@ -170,6 +170,7 @@ if [ -e /usr/bin/awk ]; else echo "awk not found"; fi gcc --version | head -n1 +g++ --version | head -n1 ldd --version | head -n1 | cut -d" " -f2- # glibc version grep --version | head -n1 gzip --version | head -n1 |