From 83c496bcdbb62aac4df658d3cbe033db39c374c1 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Wed, 18 Feb 2015 15:04:04 +0000 Subject: [PATCH] use hard float abi --- examples/graphics/bitmap/24bit-color/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/graphics/bitmap/24bit-color/Makefile b/examples/graphics/bitmap/24bit-color/Makefile index eddf175..2b15cf4 100755 --- a/examples/graphics/bitmap/24bit-color/Makefile +++ b/examples/graphics/bitmap/24bit-color/Makefile @@ -36,7 +36,7 @@ GRAPHICS := gfx #--------------------------------------------------------------------------------- # 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 \