diff options
author | Tony Theodore <tonyt@logyst.com> | 2015-09-30 04:21:10 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2015-09-30 04:21:10 (GMT) |
commit | 97553b65c2d37ec1f36d84eaff171ea2b88d6af4 (patch) | |
tree | 413f7ff670015a35ff65aea4941276bfc0ae8704 /src/gmp.mk | |
parent | 8a6a33a48c647030398221b7c7b3ab33d2be4ef3 (diff) | |
download | mxe-97553b65c2d37ec1f36d84eaff171ea2b88d6af4.zip mxe-97553b65c2d37ec1f36d84eaff171ea2b88d6af4.tar.gz mxe-97553b65c2d37ec1f36d84eaff171ea2b88d6af4.tar.bz2 |
gmp guile icu4c ncurses xmlrpc: use BUILD_CC/CXX portability variable
Diffstat (limited to 'src/gmp.mk')
-rw-r--r-- | src/gmp.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ define $(PKG)_UPDATE endef define $(PKG)_BUILD - cd '$(1)' && CC_FOR_BUILD=gcc ./configure \ + cd '$(1)' && CC_FOR_BUILD=$(BUILD_CC) ./configure \ $(MXE_CONFIGURE_OPTS) \ --enable-cxx \ --without-readline |