]> Chaos Git - corbenik/ctrulib.git/commitdiff
Switch to -mfloat-abi=hard, bump version to 0.2.0
authorfincs <fincs.alt1@gmail.com>
Wed, 3 Dec 2014 20:24:22 +0000 (21:24 +0100)
committerfincs <fincs.alt1@gmail.com>
Fri, 5 Dec 2014 13:13:16 +0000 (14:13 +0100)
libctru/Makefile
template/Makefile

index d1174a32ae856df9349abf71df7495803f66dfbd..31cd43432c44bdf85aa55aa286d8891a69009937 100644 (file)
@@ -9,7 +9,7 @@ endif
 include $(DEVKITARM)/base_rules
 
 export LIBCTRU_MAJOR   := 0
-export LIBCTRU_MINOR   := 1
+export LIBCTRU_MINOR   := 2
 export LIBCTRU_PATCH   := 0
 
 
@@ -36,7 +36,7 @@ INCLUDES      :=      include
 #---------------------------------------------------------------------------------
 # 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 \
index c4c758ea3af42dd7efb4854ae74447f04a5370cc..c21562a30d8a7695b53f736364acbe548ade69e2 100644 (file)
@@ -35,7 +35,7 @@ INCLUDES      :=      include
 #---------------------------------------------------------------------------------
 # 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 \