From 032b60c66b5c5cdae01dad28effa673e584281bd Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 8 May 2019 07:10:42 +0000 Subject: [PATCH] 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 --- chapter05/gcc-pass1.xml | 1 - chapter06/gcc.xml | 1 - 2 files changed, 2 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 --disable-threads \ --disable-libatomic \ --disable-libgomp \ - --disable-libmpx \ --disable-libquadmath \ --disable-libssp \ --disable-libvtv \ 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 --enable-languages=c,c++ \ --disable-multilib \ --disable-bootstrap \ - --disable-libmpx \ --with-system-zlib Note that for other languages, there are some prerequisites that