All of lore.kernel.org
 help / color / mirror / Atom feed
* [STABLE][PATCH] gcc 4.3.x: disable thumb mode for now, glibc builds don't like it
@ 2009-03-31 20:40 Koen Kooi
  2009-03-31 21:58 ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: Koen Kooi @ 2009-03-31 20:40 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

From: Koen Kooi <koen@openembedded.org>


Signed-off-by: Koen Kooi <koen@openembedded.org>
---
 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
 
-- 
1.5.6.5




^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-04-03 17:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-31 20:40 [STABLE][PATCH] gcc 4.3.x: disable thumb mode for now, glibc builds don't like it Koen Kooi
2009-03-31 21:58 ` Khem Raj
2009-04-02 13:26   ` Graeme Gregory
2009-04-02 18:16   ` Koen Kooi
2009-04-03  4:53     ` Khem Raj
2009-04-03 12:34       ` Otavio Salvador
2009-04-03 17:53         ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.