fix makefile arch

This commit is contained in:
Michael Scire 2019-04-04 10:49:41 -07:00 committed by fincs
parent 16f8255fd5
commit d2e2c15937

View File

@ -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 \