diff --git a/Makefile b/Makefile index f1d34d3..ab7f424 100644 --- a/Makefile +++ b/Makefile @@ -27,10 +27,10 @@ INCLUDES := source #include #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv6k -mtune=mpcore +ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard CFLAGS := -g -Wall -O2 -mword-relocations -save-temps \ - -fomit-frame-pointer -ffast-math -mfloat-abi=softfp \ + -fomit-frame-pointer -ffast-math \ $(ARCH) CFLAGS += $(INCLUDE) -DARM11 -D_3DS