gcc: use MXE_DISABLE_DOC_OPTS

This commit is contained in:
Tony Theodore 2017-07-24 01:45:09 +10:00
parent 8b0e6fc706
commit 9ce0ce92a6
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ endef
define $(PKG)_CONFIGURE
# configure gcc
cd '$(BUILD_DIR)' && '$(SOURCE_DIR)/configure' \
$(MXE_DISABLE_DOC_OPTS) \
--target='$(TARGET)' \
--build='$(BUILD)' \
--prefix='$(PREFIX)' \