[oe-commits] Koen Kooi : gcc 4.3.x: disable thumb mode for now, glibc builds don' t like it

GIT User account git at amethyst.openembedded.net
Mon Mar 30 19:33:25 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 56ff0ec54b47b82b30fa260d8048a6425e2644c9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=56ff0ec54b47b82b30fa260d8048a6425e2644c9

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Mar 30 21:28:34 2009 +0200

gcc 4.3.x: disable thumb mode for now, glibc builds don't like it

---

 recipes/gcc/gcc-4.3.1.inc |    1 +
 recipes/gcc/gcc-4.3.2.inc |    1 +
 recipes/gcc/gcc-4.3.3.inc |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/recipes/gcc/gcc-4.3.1.inc b/recipes/gcc/gcc-4.3.1.inc
index 7f7f15e..cdab6dc 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 1fc05af..aeb3477 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 d5d5db0..4bed0e4 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
 





More information about the Openembedded-commits mailing list