From d2e2c159374f18c22350846019f2a615cb35b523 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Thu, 4 Apr 2019 10:49:41 -0700 Subject: [PATCH] fix makefile arch --- nx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/Makefile b/nx/Makefile index 2900f541..f5819fd0 100644 --- a/nx/Makefile +++ b/nx/Makefile @@ -31,7 +31,7 @@ INCLUDES := include external/bsd/include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv8-a+crypto -mtune=cortex-a57 -mtp=soft -fPIC -ftls-model=local-exec +ARCH := -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIC -ftls-model=local-exec CFLAGS := -g -Wall -Werror \ -ffunction-sections \