wrong float abi

This commit is contained in:
Dave Murphy 2014-12-19 10:07:53 +00:00
parent b3f8a99426
commit 73b76cad57

View File

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