aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-01-26 21:03:42 +0100
committerKoen Kooi <koen@openembedded.org>2009-01-26 21:03:42 +0100
commitcea7cb801efb1a8457d7dce87c3ebce4200a2917 (patch)
tree7e6e566c19305e227c48f5ba831fc869c229ff90 /conf
parente12c85557a906d06f7896f7c2e61298489a5f2a8 (diff)
downloadopenembedded-cea7cb801efb1a8457d7dce87c3ebce4200a2917.tar.gz
angstrom 2009.X: make 486sx use gcc 4.3.2
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/angstrom-2008.1.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf
index 0aeabe4f15..72787d69cf 100644
--- a/conf/distro/angstrom-2008.1.conf
+++ b/conf/distro/angstrom-2008.1.conf
@@ -95,6 +95,8 @@ ANGSTROM_GCC_VERSION_bfin = "4.1.2"
#ANGSTROM_GCC_VERSION_armv7a = "4.2.1+csl-arm-2007q3-53"
ANGSTROM_GCC_VERSION_armv7a = "4.3.1"
+ANGSTROM_GCC_VERSION_486sx = "4.3.2"
+
#Horrible workaround for armv7a follows:
# gcc 4.3.1 builds a kernel that oopses with a null-pointer in the rcu-update function
# gcc 4.2.1 (the one from *gasp* csl) builds a working kernel, but non-working userspace