suitesparse: add missing cross CXX variable

This commit is contained in:
Tony Theodore 2015-12-07 09:33:13 +11:00
parent bcab2fce24
commit b2e57a7f13
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ define $(PKG)_BUILD
$(MAKE) -C '$(1)' -j '$(JOBS)' \
CC='$(TARGET)-gcc' \
CPLUSPLUS='$(TARGET)-g++' \
CXX='$(TARGET)-g++' \
F77='$(TARGET)-gfortran' \
AR='$(TARGET)-ar' \
RANLIB='$(TARGET)-ranlib' \