diff options
author | Koen Kooi <koen@openembedded.org> | 2009-05-13 13:36:43 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-05-13 17:18:15 +0200 |
commit | 448b9103e494765fe589283d399c90e9b6e9cd84 (patch) | |
tree | a6a5f3ca18f102ad60d265331b383dd02235bee6 /conf/distro/include/angstrom.inc | |
parent | e0ea8fd0f401601b356b77dee159da641b0c83a9 (diff) |
angstrom 2009.X: toolchain updates:
* make gcc 4.3.3 the default compiler (except for ppc and avr32)
* make binutils 2.18 the default (except for armv7a and avr32)
* disable thumb for armv4t/5te since there's no gcc/binutils combo that works 100% with thumb
* bump distro_pr to force a rebuild
* point feed configs at unstable feed
Acked-By: Graeme Gregory <dp@xora.org.uk>
Diffstat (limited to 'conf/distro/include/angstrom.inc')
-rw-r--r-- | conf/distro/include/angstrom.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index d8c3cd78df..7e921bf06a 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -32,9 +32,6 @@ require conf/distro/include/angstrom-${LIBC}.inc # We can't do ARM_INSTRUCTION_SET_armv4t since that will un-overridable in recipes like gcc ANGSTROM_ARM_INSTRUCTION_SET ?= "arm" -ANGSTROM_ARM_INSTRUCTION_SET_armv4t = "thumb" -ANGSTROM_ARM_INSTRUCTION_SET_armv5te = "thumb" -ANGSTROM_ARM_INSTRUCTION_SET_armv5teb = "thumb" ARM_INSTRUCTION_SET = "${ANGSTROM_ARM_INSTRUCTION_SET}" |