From e0cf290837ba9306d277d441df7784f62ef96a42 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 12 Dec 2012 17:52:01 +0000 Subject: [PATCH] raspberrypi.mk: removed thumb support. Problems with gcc while building hardfp and thumb support (sorry, unimplemented: Thumb-1 hard-float VFP ABI). Thanks jaeger. --- raspberrypi.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raspberrypi.mk b/raspberrypi.mk index e96c6a3..f011afb 100644 --- a/raspberrypi.mk +++ b/raspberrypi.mk @@ -2,7 +2,7 @@ ABI = aapcs-linux ARCH = armv6zk FPU = vfp -MODE = thumb +MODE = arm FLOAT = hard # End of file -- 2.26.2