summaryrefslogtreecommitdiffstats
path: root/src/gmp.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-09-30 04:21:10 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-09-30 04:21:10 (GMT)
commit97553b65c2d37ec1f36d84eaff171ea2b88d6af4 (patch)
tree413f7ff670015a35ff65aea4941276bfc0ae8704 /src/gmp.mk
parent8a6a33a48c647030398221b7c7b3ab33d2be4ef3 (diff)
downloadmxe-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.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gmp.mk b/src/gmp.mk
index 4e71fa7..52e80a3 100644
--- a/src/gmp.mk
+++ b/src/gmp.mk
@@ -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