Skip to content

Commit

Permalink
Optimize for Cortex-A57.
Browse files Browse the repository at this point in the history
  • Loading branch information
profi200 authored and plutooo committed Feb 10, 2018
1 parent 7a07d2c commit 7ef7311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 7ef7311

Please sign in to comment.