|
@@ -96,7 +96,11 @@ HOST_GCC_COMMON_CONF_OPT = \
|
|
|
--disable-libssp \
|
|
|
--disable-multilib \
|
|
|
--with-gmp=$(HOST_DIR)/usr \
|
|
|
- --with-mpfr=$(HOST_DIR)/usr \
|
|
|
+ --with-mpfr=$(HOST_DIR)/usr
|
|
|
+
|
|
|
+# Don't build documentation. It takes up extra space / build time,
|
|
|
+# and sometimes needs specific makeinfo versions to work
|
|
|
+HOST_GCC_COMMON_CONF_ENV = \
|
|
|
MAKEINFO=missing
|
|
|
|
|
|
# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43810
|