makeGcc: Ignore problems with makeinfo

This commit is contained in:
Henry Weller
2015-10-23 17:32:18 +01:00
parent 2f262505cd
commit ebcc701315

View File

@ -281,6 +281,7 @@ else
--enable-__cxa_atexit \ --enable-__cxa_atexit \
--enable-libstdcxx-allocator=new \ --enable-libstdcxx-allocator=new \
--with-system-zlib \ --with-system-zlib \
MAKEINFO=missing \
&& make -j $WM_NCOMPPROCS \ && make -j $WM_NCOMPPROCS \
&& make install \ && make install \
&& echo "Built: $gccPACKAGE" && echo "Built: $gccPACKAGE"