use hard float abi

This commit is contained in:
Dave Murphy 2015-02-18 15:04:04 +00:00
parent 64d918a719
commit 83c496bcdb

View File

@ -36,7 +36,7 @@ GRAPHICS := gfx
#---------------------------------------------------------------------------------
# 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 \