diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-02-08 23:01:00 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-02-08 23:01:00 +0000 |
commit | b1a5123dfdf854ce366f7440ce4d5dd9c4a79a2e (patch) | |
tree | df2c1a4772607674582ea202293d9691b3cf2867 /chapter02 | |
parent | 235556ae960d85ada027af5c0136b932499d7e36 (diff) |
Update host system requirements to match glibc-2.29
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11514 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02')
-rw-r--r-- | chapter02/hostreqs.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter02/hostreqs.xml b/chapter02/hostreqs.xml index ba51f74d1..8acef058e 100644 --- a/chapter02/hostreqs.xml +++ b/chapter02/hostreqs.xml @@ -61,13 +61,13 @@ </listitem> <listitem> - <para><emphasis role="strong">GCC-4.9</emphasis> including the C++ + <para><emphasis role="strong">GCC-5.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> - <para><emphasis role="strong">Glibc-2.11</emphasis> (Versions + <para><emphasis role="strong">Glibc-2.26</emphasis> (Versions greater than &glibc-version; are not recommended as they have not been tested)</para> </listitem> |