From 1aae1b2cd92e9ce640bd06df627583743c97bbe2 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Fri, 5 Dec 2014 13:47:05 +0000 Subject: [PATCH] Revert "Switch to -mfloat-abi=hard, bump version to 0.2.0" This reverts commit 3f9e0a630bd72c58df546cb4c4c837c37d429659. --- libctru/Makefile | 4 ++-- template/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libctru/Makefile b/libctru/Makefile index 31cd434..d1174a3 100644 --- a/libctru/Makefile +++ b/libctru/Makefile @@ -9,7 +9,7 @@ endif include $(DEVKITARM)/base_rules export LIBCTRU_MAJOR := 0 -export LIBCTRU_MINOR := 2 +export LIBCTRU_MINOR := 1 export LIBCTRU_PATCH := 0 @@ -36,7 +36,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard +ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=softfp CFLAGS := -g -Wall -O2 -mword-relocations \ -fomit-frame-pointer -ffast-math \ diff --git a/template/Makefile b/template/Makefile index 576126e..1ed1097 100644 --- a/template/Makefile +++ b/template/Makefile @@ -35,7 +35,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard +ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=softfp CFLAGS := -g -Wall -O2 -mword-relocations \ -fomit-frame-pointer -ffast-math \ -- 2.39.5