From: Dave Murphy Date: Mon, 23 Feb 2015 19:24:59 +0000 (+0000) Subject: switch to hard float X-Git-Tag: v0.5.0~22 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=403c277bf8acfd906f9acf11f4515e3e932e88be;p=corbenik%2Fctrulib.git switch to hard float --- 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 \