summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-07-23 15:45:09 (GMT)
committerTony Theodore <tonyt@logyst.com>2017-07-23 15:45:09 (GMT)
commit9ce0ce92a62bc55e5a6a1b2d683dff1573ec408a (patch)
treee031f6ad34c4afc7070c8b2b3aa2b9f1ca827cf7 /src
parent8b0e6fc706d64856e6f7f19be46824d7d869fa62 (diff)
downloadmxe-9ce0ce92a62bc55e5a6a1b2d683dff1573ec408a.zip
mxe-9ce0ce92a62bc55e5a6a1b2d683dff1573ec408a.tar.gz
mxe-9ce0ce92a62bc55e5a6a1b2d683dff1573ec408a.tar.bz2
gcc: use MXE_DISABLE_DOC_OPTS
Diffstat (limited to 'src')
-rw-r--r--src/gcc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gcc.mk b/src/gcc.mk
index 42171f9..7281840 100644
--- a/src/gcc.mk
+++ b/src/gcc.mk
@@ -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)' \