From: Dave Murphy Date: Fri, 19 Dec 2014 10:07:53 +0000 (+0000) Subject: wrong float abi X-Git-Tag: v0.5.0~36^2^2 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=73b76cad570fb954a66b2b9d89930a7d55f12243;p=corbenik%2Fctrulib.git wrong float abi --- diff --git a/examples/graphics/bitmap/24bit-color/Makefile b/examples/graphics/bitmap/24bit-color/Makefile index 2b15cf4..eddf175 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=hard +ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=softfp CFLAGS := -g -Wall -O2 -mword-relocations \ -fomit-frame-pointer -ffast-math \