summaryrefslogtreecommitdiffstats
path: root/src/xmlrpc-c.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/xmlrpc-c.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/xmlrpc-c.mk')
-rw-r--r--src/xmlrpc-c.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmlrpc-c.mk b/src/xmlrpc-c.mk
index 17810d6..950fb2a 100644
--- a/src/xmlrpc-c.mk
+++ b/src/xmlrpc-c.mk
@@ -20,8 +20,8 @@ define $(PKG)_UPDATE
endef
$(PKG)_MAKE_OPTS = \
- BUILDTOOL_CC=gcc \
- BUILDTOOL_CCLD=gcc \
+ BUILDTOOL_CC=$(BUILD_CC) \
+ BUILDTOOL_CCLD=$(BUILD_CC) \
SHARED_LIB_TYPE=@xmlrpc-c-shared-lib-type@ \
MUST_BUILD_SHLIB=@xmlrpc-c-must-build-shlib@