From: Koen Kooi Date: Mon, 30 Mar 2009 19:28:34 +0000 (+0200) Subject: gcc 4.3.x: disable thumb mode for now, glibc builds don't like it X-Git-Tag: Release-2010-05/1~3795^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56ff0ec54b47b82b30fa260d8048a6425e2644c9;p=openembedded.git gcc 4.3.x: disable thumb mode for now, glibc builds don't like it --- diff --git a/recipes/gcc/gcc-4.3.1.inc b/recipes/gcc/gcc-4.3.1.inc index 7f7f15e46a..cdab6dc215 100644 --- a/recipes/gcc/gcc-4.3.1.inc +++ b/recipes/gcc/gcc-4.3.1.inc @@ -1,5 +1,6 @@ # No armeb and thumb patches - really needs checking DEFAULT_PREFERENCE = "-99" +ARM_INSTRUCTION_SET = "arm" require gcc-common.inc diff --git a/recipes/gcc/gcc-4.3.2.inc b/recipes/gcc/gcc-4.3.2.inc index 1fc05afcfb..aeb3477e3b 100644 --- a/recipes/gcc/gcc-4.3.2.inc +++ b/recipes/gcc/gcc-4.3.2.inc @@ -1,5 +1,6 @@ # No armeb and thumb patches - really needs checking DEFAULT_PREFERENCE = "-999" +ARM_INSTRUCTION_SET = "arm" require gcc-common.inc diff --git a/recipes/gcc/gcc-4.3.3.inc b/recipes/gcc/gcc-4.3.3.inc index d5d5db0c5e..4bed0e4740 100644 --- a/recipes/gcc/gcc-4.3.3.inc +++ b/recipes/gcc/gcc-4.3.3.inc @@ -1,5 +1,6 @@ # No armeb and thumb patches - really needs checking DEFAULT_PREFERENCE = "-999" +ARM_INSTRUCTION_SET = "arm" require gcc-common.inc