From 3508cdc45b62297fecc0b1b76a455b69db1e34bd Mon Sep 17 00:00:00 2001 From: yellows8 Date: Sun, 11 Feb 2018 19:42:26 -0500 Subject: [PATCH] Updated Makefile.nx with the latest change from switch-examples. --- Makefile.nx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.nx b/Makefile.nx index 5ba762c..c765b15 100644 --- a/Makefile.nx +++ b/Makefile.nx @@ -39,7 +39,7 @@ EXEFS_SRC := exefs_src #--------------------------------------------------------------------------------- # 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 \ -ffast-math \