gcc-4.1.2: Disable thumb mode for 4.1.2 since it doesn't compile

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3800 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-02-14 12:54:58 +00:00
parent bad1fc400b
commit 7ed1aef82c
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ HOMEPAGE = "http://www.gnu.org/software/gcc/"
SECTION = "devel"
LICENSE = "GPL"
ARM_INSTRUCTION_SET = "arm"
inherit autotools gettext
require gcc-package.inc