makeGcc: Add --enable-multilib for gcc-8

This commit is contained in:
Henry Weller
2018-05-17 16:38:38 +01:00
parent bcb438a255
commit 87e46ac8b4

View File

@ -291,6 +291,7 @@ else
--enable-__cxa_atexit \
--enable-libstdcxx-allocator=new \
--with-system-zlib \
--enable-multilib \
$GCC_BUILD_OPTIONS \
MAKEINFO=missing \
&& make -j $WM_NCOMPPROCS \