From: Victor Martinez Date: Wed, 12 Dec 2012 17:52:01 +0000 (+0000) Subject: raspberrypi.mk: removed thumb support. Problems with gcc while building hardfp and... X-Git-Url: http://gitweb/?a=commitdiff_plain;h=e0cf290837ba9306d277d441df7784f62ef96a42;p=toolchain.git raspberrypi.mk: removed thumb support. Problems with gcc while building hardfp and thumb support (sorry, unimplemented: Thumb-1 hard-float VFP ABI). Thanks jaeger. --- 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