From 8aad7211f366c7973ba05b6bce6bfa3c3d54a343 Mon Sep 17 00:00:00 2001 From: Steven Smith Date: Mon, 23 Feb 2015 19:15:35 -0800 Subject: [PATCH] Switch to -mfloat-abi=hard. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \