aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.3.3.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-03-30 21:28:34 +0200
committerKoen Kooi <koen@openembedded.org>2009-03-30 21:28:34 +0200
commit56ff0ec54b47b82b30fa260d8048a6425e2644c9 (patch)
tree905ef84896df5e34fdf790889064ced49684a467 /recipes/gcc/gcc-4.3.3.inc
parent26a4aa3ea363243dd5b0b7d681cd0f5ecb728426 (diff)
downloadopenembedded-56ff0ec54b47b82b30fa260d8048a6425e2644c9.tar.gz
gcc 4.3.x: disable thumb mode for now, glibc builds don't like it
Diffstat (limited to 'recipes/gcc/gcc-4.3.3.inc')
-rw-r--r--recipes/gcc/gcc-4.3.3.inc1
1 files changed, 1 insertions, 0 deletions
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