diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2019-05-08 07:10:42 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2019-05-08 07:10:42 +0000 |
commit | 032b60c66b5c5cdae01dad28effa673e584281bd (patch) | |
tree | 90b5ac50686b0e4be4c59c345c3f102ee8f43b7d /chapter06/gcc.xml | |
parent | b9e43121b4c7f07f3f7af02b17c1b44757db1a64 (diff) |
Remove useless option in GCC (pass 1 and final)
In GCC 9.1 release libmpx has been removed. So --disable-libmpx is no
longer needed.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11594 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 3ac19d93f..659b4199d 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -63,7 +63,6 @@ cd build</userinput></screen> --enable-languages=c,c++ \ --disable-multilib \ --disable-bootstrap \ - --disable-libmpx \ --with-system-zlib</userinput></screen> <para>Note that for other languages, there are some prerequisites that |