]> Chaos Git - corbenik/ctrulib.git/commitdiff
wrong float abi
authorDave Murphy <davem@devkitpro.org>
Fri, 19 Dec 2014 10:07:53 +0000 (10:07 +0000)
committerDave Murphy <davem@devkitpro.org>
Fri, 19 Dec 2014 10:07:53 +0000 (10:07 +0000)
examples/graphics/bitmap/24bit-color/Makefile

index 2b15cf44c4cc86ec09349477f6d89c53c3c6b742..eddf1758e85ef7d318679b3508d10a71338a44ee 100755 (executable)
@@ -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 \