Optimize for Cortex-A57.

This commit is contained in:
profi200 2018-01-31 02:10:05 +01:00 committed by plutoo
parent 7a07d2c010
commit 7ef73113cb

View File

@ -31,7 +31,7 @@ INCLUDES := include
#---------------------------------------------------------------------------------
# options for code generation
#---------------------------------------------------------------------------------
ARCH := -march=armv8-a -mtp=soft -fPIC -ftls-model=local-exec
ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIC -ftls-model=local-exec
CFLAGS := -g -Wall -Werror \
-ffunction-sections \