diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-05-11 04:39:07 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-05-11 04:39:07 +0000 |
commit | 3dfd95eaf1a35bb46914863362a93f53e8261e58 (patch) | |
tree | 130240bdae4f08d056f514b96cb229e95cf3be41 /chapter06/gcc.xml | |
parent | 94c160cfe63531ce70cc71c0d1dcda2c9f91e09b (diff) |
Cleanup after the --disable-libmpx instruction removal in GCC. This required changes to GCC Pass 1 (CH5) and the main GCC page (CH6)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11600 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 659b4199d..eeb658f2a 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -80,16 +80,16 @@ cd build</userinput></screen> path to /tools/bin/sed.</para> </listitem> </varlistentry> - + <!-- <varlistentry> - <term><parameter>--disable-libmpx</parameter></term> + <term><parameter>- -disable-libmpx</parameter></term> <listitem> <para>This switch tells GCC to not build mpx (Memory Protection Extensions) that can cause problems on some processors. It has been removed from the next version of gcc.</para> </listitem> </varlistentry> - + --> <varlistentry> <term><parameter>--with-system-zlib</parameter></term> <listitem> |