]> Chaos Git - corbenik/ctrulib.git/commitdiff
Revert "Switch to -mfloat-abi=hard, bump version to 0.2.0"
authorDave Murphy <davem@devkitpro.org>
Fri, 5 Dec 2014 13:47:05 +0000 (13:47 +0000)
committerDave Murphy <davem@devkitpro.org>
Fri, 5 Dec 2014 13:47:05 +0000 (13:47 +0000)
This reverts commit 3f9e0a630bd72c58df546cb4c4c837c37d429659.

libctru/Makefile
template/Makefile

index 31cd43432c44bdf85aa55aa286d8891a69009937..d1174a32ae856df9349abf71df7495803f66dfbd 100644 (file)
@@ -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 \
index 576126e71a9aeba1960cff6ae50a12d93767a509..1ed1097de2d530730a44db4e59cb715dde6fc1d3 100644 (file)
@@ -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 \