Add --without-ada to the 32bit instructions

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12042 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Thomas Trepl 2020-08-30 14:04:15 +00:00 committed by Xℹ Ruoyao
parent 1b1a5e7238
commit a2ef756a47
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

View File

@ -181,6 +181,7 @@ CXX="$LFS_TGT-g++ -m32" \
--mandir=/usr/share/man \ --mandir=/usr/share/man \
--with-shared \ --with-shared \
--without-debug \ --without-debug \
--without-ada \
--without-normal \ --without-normal \
--enable-pc-files \ --enable-pc-files \
--enable-widec \ --enable-widec \
@ -219,6 +220,7 @@ CXX="$LFS_TGT-g++ -mx32" \
--mandir=/usr/share/man \ --mandir=/usr/share/man \
--with-shared \ --with-shared \
--without-debug \ --without-debug \
--without-ada \
--without-normal \ --without-normal \
--enable-pc-files \ --enable-pc-files \
--enable-widec \ --enable-widec \