diff --git a/Makefile b/Makefile index bc6aaf0..7554d53 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ ICON := resources/icon.png #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=softfp +ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard CFLAGS := -g -Wall -Wno-strict-aliasing -O3 -mword-relocations \ -fomit-frame-pointer -ffast-math \