summaryrefslogtreecommitdiffstats
path: root/src/blas.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-04-12 02:26:09 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-04-12 02:26:09 (GMT)
commit043e7aea85992e24b215eeb4f67f7ccb940366a3 (patch)
treeffc79a4fb1c079b3648c817d3ce5226fd308f101 /src/blas.mk
parent7b09ae6e9c72d9f3f38c13671e2b50a04340d94a (diff)
downloadmxe-043e7aea85992e24b215eeb4f67f7ccb940366a3.zip
mxe-043e7aea85992e24b215eeb4f67f7ccb940366a3.tar.gz
mxe-043e7aea85992e24b215eeb4f67f7ccb940366a3.tar.bz2
blas, lapack: remove -fdefault-integer-8 FFLAGS (#1258)
* only required for octave build: - https://www.gnu.org/software/octave/doc/interpreter/Compiling-Octave-with-64_002dbit-Indexing.html * closes #1247
Diffstat (limited to 'src/blas.mk')
-rw-r--r--src/blas.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/blas.mk b/src/blas.mk
index e6c8232..1beca51 100644
--- a/src/blas.mk
+++ b/src/blas.mk
@@ -19,8 +19,7 @@ define $(PKG)_BUILD
FORTRAN='$(TARGET)-gfortran' \
RANLIB='$(TARGET)-ranlib' \
ARCH='$(TARGET)-ar' \
- BLASLIB='libblas.a' \
- OPTS=$(if $(findstring x86_64,$(TARGET)),-fdefault-integer-8)
+ BLASLIB='libblas.a'
$(INSTALL) -d '$(PREFIX)/$(TARGET)/lib'
$(if $(BUILD_STATIC), \