mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 13:13:34 +01:00
RPI, armv7 target
This commit is contained in:
parent
295d5affbb
commit
f45dba14be
@ -139,6 +139,9 @@ ifneq (,$(filter i386 i486 i586 i686 x86,$(ARCH)))
|
||||
else ifneq (,$(filter x86_64 x86-64 amd64 x64,$(ARCH)))
|
||||
CPU_ARCH = x64
|
||||
ASFLAGS += -f elf64 -D __BITS__=64
|
||||
else ifneq (,$(filter armv7l,$(ARCH)))
|
||||
PLATFORM_ARCH := armv7
|
||||
CPU_ARCH = armv7
|
||||
endif
|
||||
|
||||
ifeq "$(origin NOASM)" "command line"
|
||||
|
Loading…
Reference in New Issue
Block a user