gcc 4.3.x: disable thumb mode for now, glibc builds don't like it
authorKoen Kooi <koen@openembedded.org>
Mon, 30 Mar 2009 19:28:34 +0000 (21:28 +0200)
committerKoen Kooi <koen@openembedded.org>
Mon, 30 Mar 2009 19:28:34 +0000 (21:28 +0200)
recipes/gcc/gcc-4.3.1.inc
recipes/gcc/gcc-4.3.2.inc
recipes/gcc/gcc-4.3.3.inc

index 7f7f15e..cdab6dc 100644 (file)
@@ -1,5 +1,6 @@
 # No armeb and thumb patches - really needs checking 
 DEFAULT_PREFERENCE = "-99"
+ARM_INSTRUCTION_SET = "arm"
 
 require gcc-common.inc
 
index 1fc05af..aeb3477 100644 (file)
@@ -1,5 +1,6 @@
 # No armeb and thumb patches - really needs checking 
 DEFAULT_PREFERENCE = "-999"
+ARM_INSTRUCTION_SET = "arm"
 
 require gcc-common.inc
 
index d5d5db0..4bed0e4 100644 (file)
@@ -1,5 +1,6 @@
 # No armeb and thumb patches - really needs checking 
 DEFAULT_PREFERENCE = "-999"
+ARM_INSTRUCTION_SET = "arm"
 
 require gcc-common.inc