Update for r44

This commit is contained in:
mtheall 2015-01-07 23:31:52 -06:00
parent 6a4b4f0355
commit 1ddbd3b9b4

View File

@ -39,12 +39,12 @@ APP_AUTHOR := mtheall
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
# options for code generation # 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 \ CFLAGS := -g -Wall -O3 -mword-relocations \
-fomit-frame-pointer -ffast-math \ -fomit-frame-pointer -ffast-math \
$(ARCH) \ $(ARCH) \
-DSTATUS_STRING="\"ftbrony v1.0\"" -DSTATUS_STRING="\"ftbrony v1.1\""
CFLAGS += $(INCLUDE) -DARM11 -D_3DS CFLAGS += $(INCLUDE) -DARM11 -D_3DS