From: Dave Murphy Date: Wed, 18 Feb 2015 15:04:04 +0000 (+0000) Subject: use hard float abi X-Git-Tag: v0.5.0~35 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=83c496bcdbb62aac4df658d3cbe033db39c374c1;p=corbenik%2Fctrulib.git use hard float abi --- 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 \