From 032b60c66b5c5cdae01dad28effa673e584281bd Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 8 May 2019 07:10:42 +0000 Subject: 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 --- chapter06/gcc.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'chapter06/gcc.xml') 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 -- cgit v1.2.3-54-g00ecf