diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-02-27 09:46:44 -0600 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-02-27 09:46:44 -0600 |
commit | 0ba2ee5a1fc4ca5e2e18469a3bd2ed01f0405f93 (patch) | |
tree | 0978b8f3e7d82d25406cc643fc6b56b26b658951 | |
parent | ea601535b80f1a45314c60b5ce14028b39e6c27a (diff) |
Bump minimum gcc requirement to 5.1
-rw-r--r-- | chapter02/hostreqs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter02/hostreqs.xml b/chapter02/hostreqs.xml index 05cf80d2b..f04522516 100644 --- a/chapter02/hostreqs.xml +++ b/chapter02/hostreqs.xml @@ -72,7 +72,7 @@ </listitem> <listitem> - <para><emphasis role="strong">GCC-4.8</emphasis> including the C++ + <para><emphasis role="strong">GCC-5.1</emphasis> including the C++ compiler, <command>g++</command> (Versions greater than &gcc-version; are not recommended as they have not been tested). C and C++ standard libraries (with headers) must also be present so the C++ compiler can |