From 403c277bf8acfd906f9acf11f4515e3e932e88be Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Mon, 23 Feb 2015 19:24:59 +0000 Subject: [PATCH] switch to hard float --- examples/input/touch-screen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/input/touch-screen/Makefile b/examples/input/touch-screen/Makefile index c4c758e..c21562a 100755 --- a/examples/input/touch-screen/Makefile +++ b/examples/input/touch-screen/Makefile @@ -35,7 +35,7 @@ INCLUDES := include #--------------------------------------------------------------------------------- # 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 \