From 1ddbd3b9b4d7e226fddadf335fab67e8ac5c0767 Mon Sep 17 00:00:00 2001 From: mtheall Date: Wed, 7 Jan 2015 23:31:52 -0600 Subject: [PATCH] Update for r44 --- Makefile.3ds | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.3ds b/Makefile.3ds index 6f03a93..cc6c675 100644 --- a/Makefile.3ds +++ b/Makefile.3ds @@ -39,12 +39,12 @@ APP_AUTHOR := mtheall #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=softfp +ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard CFLAGS := -g -Wall -O3 -mword-relocations \ -fomit-frame-pointer -ffast-math \ $(ARCH) \ - -DSTATUS_STRING="\"ftbrony v1.0\"" + -DSTATUS_STRING="\"ftbrony v1.1\"" CFLAGS += $(INCLUDE) -DARM11 -D_3DS