Fix for latest ctrulib

This commit is contained in:
CTurt 2015-03-21 09:52:39 +00:00
parent 75b84a57c4
commit 850dcdf7c7

View file

@ -40,7 +40,7 @@ ICON := cxi/icon48x48.png
#---------------------------------------------------------------------------------
# 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 \