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 \