From 850dcdf7c7740b81d2abc49783e3a3f7558a77d2 Mon Sep 17 00:00:00 2001 From: CTurt Date: Sat, 21 Mar 2015 09:52:39 +0000 Subject: [PATCH] Fix for latest ctrulib --- 3DS/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3DS/Makefile b/3DS/Makefile index ee88ad4..c98ab90 100644 --- a/3DS/Makefile +++ b/3DS/Makefile @@ -40,7 +40,7 @@ ICON := cxi/icon48x48.png #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=softfp +ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard CFLAGS := -g -Wall -O2 -mword-relocations \ -fomit-frame-pointer -ffast-math \