Added missing arch flag

This commit is contained in:
Mike H 2018-02-13 19:42:53 +00:00 committed by GitHub
parent 06e11f9482
commit 1eba837090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ EXEFS_SRC := exefs_src
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
# options for code generation # options for code generation
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
ARCH := -march=armv8-a -mtp=soft -fPIE ARCH := -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE
CFLAGS := -g -Wall -O2 \ CFLAGS := -g -Wall -O2 \
-ffast-math \ -ffast-math \