git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e12c855
)
angstrom 2009.X: make 486sx use gcc 4.3.2
author
Koen Kooi
<koen@openembedded.org>
Mon, 26 Jan 2009 20:03:42 +0000
(21:03 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 26 Jan 2009 20:03:42 +0000
(21:03 +0100)
conf/distro/angstrom-2008.1.conf
patch
|
blob
|
history
diff --git
a/conf/distro/angstrom-2008.1.conf
b/conf/distro/angstrom-2008.1.conf
index
0aeabe4
..
72787d6
100644
(file)
--- 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