diff options
Diffstat (limited to 'Cryptlib')
| -rw-r--r-- | Cryptlib/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Cryptlib/Makefile b/Cryptlib/Makefile index 2aa56959..5c098f34 100644 --- a/Cryptlib/Makefile +++ b/Cryptlib/Makefile @@ -19,6 +19,9 @@ endif ifeq ($(ARCH),aarch64) CFLAGS += -DMDE_CPU_AARCH64 endif +ifeq ($(ARCH),arm) + CFLAGS += -DMDE_CPU_ARM +endif LDFLAGS = -nostdlib -znocombreloc TARGET = libcryptlib.a |
