mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
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
This commit is contained in:
parent
b9e43121b4
commit
032b60c66b
@ -144,7 +144,6 @@ cd build</userinput></screen>
|
||||
--disable-threads \
|
||||
--disable-libatomic \
|
||||
--disable-libgomp \
|
||||
--disable-libmpx \
|
||||
--disable-libquadmath \
|
||||
--disable-libssp \
|
||||
--disable-libvtv \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user