Revert "Switch to -mfloat-abi=hard, bump version to 0.2.0"

This reverts commit 3f9e0a630b.
This commit is contained in:
Dave Murphy 2014-12-05 13:47:05 +00:00
parent 377e753b7d
commit 1aae1b2cd9
2 changed files with 3 additions and 3 deletions

View 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 \

View 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 \