Fix for latest ctrulib
This commit is contained in:
parent
75b84a57c4
commit
850dcdf7c7
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue