summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-09-30 04:38:35 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-09-30 04:38:35 (GMT)
commit17e27a4cb8eb39389e04194a2bb652826258d338 (patch)
treedf096d20ea91639e3bb1133e9658928fa25af802
parent7996642c4b7e4a622b228677465f847321efd5c0 (diff)
downloadmxe-17e27a4cb8eb39389e04194a2bb652826258d338.zip
mxe-17e27a4cb8eb39389e04194a2bb652826258d338.tar.gz
mxe-17e27a4cb8eb39389e04194a2bb652826258d338.tar.bz2
openblas: use BUILD_CC varaible and remove unused HOSTFC
-rw-r--r--src/openblas.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/openblas.mk b/src/openblas.mk
index 72e8a62..a051c1a 100644
--- a/src/openblas.mk
+++ b/src/openblas.mk
@@ -23,8 +23,7 @@ $(PKG)_MAKE_OPTS = \
CROSS_SUFFIX='$(TARGET)-' \
FC='$(TARGET)-gfortran' \
CC='$(TARGET)-gcc' \
- HOSTFC='gfortran' \
- HOSTCC='gcc' \
+ HOSTCC='$(BUILD_CC)' \
CROSS=1 \
NO_CBLAS=1 \
NO_LAPACK=1 \