switch to hard float

This commit is contained in:
Dave Murphy 2015-02-23 19:24:59 +00:00
parent d28e3bf1da
commit 403c277bf8

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