aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gcc-pass1.xml
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2019-05-08 07:10:42 +0000
committerXi Ruoyao <xry111@mengyan1223.wang>2019-05-08 07:10:42 +0000
commit032b60c66b5c5cdae01dad28effa673e584281bd (patch)
tree90b5ac50686b0e4be4c59c345c3f102ee8f43b7d /chapter05/gcc-pass1.xml
parentb9e43121b4c7f07f3f7af02b17c1b44757db1a64 (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 'chapter05/gcc-pass1.xml')
-rw-r--r--chapter05/gcc-pass1.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml
index 34891725c..1b364fd09 100644
--- a/chapter05/gcc-pass1.xml
+++ b/chapter05/gcc-pass1.xml
@@ -144,7 +144,6 @@ cd build</userinput></screen>
--disable-threads \
--disable-libatomic \
--disable-libgomp \
- --disable-libmpx \
--disable-libquadmath \
--disable-libssp \
--disable-libvtv \