Skip to content

Commit

Permalink
Adding proper EABI target for ARM32/Salsa
Browse files Browse the repository at this point in the history
  • Loading branch information
darkain authored Sep 13, 2018
1 parent ceff48b commit 39e720e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make-bsd.mk
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ endif
ifeq ($(ZT_USE_ARM32_NEON_ASM_SALSA2012),1)
override DEFS+=-DZT_USE_ARM32_NEON_ASM_SALSA2012
override CORE_OBJS+=ext/arm32-neon-salsa2012-asm/salsa2012.o
override ASFLAGS+=-meabi=5
endif

override DEFS+=-DZT_BUILD_PLATFORM=$(ZT_BUILD_PLATFORM) -DZT_BUILD_ARCHITECTURE=$(ZT_ARCHITECTURE) -DZT_SOFTWARE_UPDATE_DEFAULT="\"disable\""
Expand Down

0 comments on commit 39e720e

Please sign in to comment.