Skip to content

Commit

Permalink
Mark aarch64 as BINARY=64
Browse files Browse the repository at this point in the history
This opts us in to things like automatically building `openblas64_.so` on `aarch64` systems, which seems more consistent.
  • Loading branch information
staticfloat authored Mar 19, 2019
1 parent 5d6f4ce commit 13f8eb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,7 @@ endif
ifneq (,$(findstring aarch64,$(ARCH)))
OPENBLAS_DYNAMIC_ARCH:=0
OPENBLAS_TARGET_ARCH:=ARMV8
BINARY=:64
endif

# Set MARCH-specific flags
Expand Down

0 comments on commit 13f8eb6

Please sign in to comment.