Skip to content

Commit 13f8eb6

Browse files
authored
Mark aarch64 as BINARY=64
This opts us in to things like automatically building `openblas64_.so` on `aarch64` systems, which seems more consistent.
1 parent 5d6f4ce commit 13f8eb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Make.inc

+1
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,7 @@ endif
747747
ifneq (,$(findstring aarch64,$(ARCH)))
748748
OPENBLAS_DYNAMIC_ARCH:=0
749749
OPENBLAS_TARGET_ARCH:=ARMV8
750+
BINARY=:64
750751
endif
751752

752753
# Set MARCH-specific flags

0 commit comments

Comments
 (0)