Skip to content

Commit 36b844a

Browse files
authored
Change ARMV8 target to ARMV7 when BINARY32 is set
fixes #1961
1 parent 256eb58 commit 36b844a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile.system

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ endif
9595
ifeq ($(TARGET), ZEN)
9696
GETARCH_FLAGS := -DFORCE_BARCELONA
9797
endif
98+
ifeq ($(TARGET), ARMV8)
99+
GETARCH_FLAGS := -DFORCE_ARMV7
100+
endif
98101
endif
99102

100103

0 commit comments

Comments
 (0)