]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc-4.1.2: Disable thumb mode for 4.1.2 since it doesn't compile
authorRichard Purdie <richard@openedhand.com>
Thu, 14 Feb 2008 12:54:58 +0000 (12:54 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 14 Feb 2008 12:54:58 +0000 (12:54 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3800 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gcc/gcc_4.1.2.bb

index 6df5f242c95429a8ae8937b5e4a12b916c39f3a2..c4a124081f5caa402662d1c3d4e59345d8e535a7 100644 (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