aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-04-12 20:49:26 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-12 20:49:26 +0000
commit9795faddae6e42623fa25c36406b6b99ed40fed0 (patch)
treea464c7162662b3300c03aca508821be7da95b4de /conf
parenta62729db753f544b7ab29a6b4af5005483a9a4cf (diff)
downloadopenembedded-9795faddae6e42623fa25c36406b6b99ed40fed0.tar.gz
angstrom-2006.9: Allow the user to override the toolchain versions again. Also comment on how to use an appropriate gcc version 3
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/angstrom-2006.9.conf24
1 files changed, 14 insertions, 10 deletions
diff --git a/conf/distro/angstrom-2006.9.conf b/conf/distro/angstrom-2006.9.conf
index 6ca56971ab..0e8da4941d 100644
--- a/conf/distro/angstrom-2006.9.conf
+++ b/conf/distro/angstrom-2006.9.conf
@@ -49,16 +49,20 @@ PREFERRED_PROVIDER_virtual/arm-linux-libc-for-gcc = "glibc-intermediate"
#use EABI toolchain
-PREFERRED_VERSION_gcc = "4.1.0"
-PREFERRED_VERSION_gcc-cross = "4.1.0"
-PREFERRED_VERSION_gcc-cross-initial = "4.1.0"
-PREFERRED_VERSION_binutils = "2.16.91.0.6"
-PREFERRED_VERSION_binutils-cross = "2.16.91.0.6"
-PREFERRED_VERSION_linux-libc-headers = "2.6.15.99"
-PREFERRED_VERSION_glibc = "2.4"
-PREFERRED_VERSION_glibc-intermediate = "2.4"
-
-
+PREFERRED_VERSION_gcc ?= "4.1.0"
+PREFERRED_VERSION_gcc-cross ?= "4.1.0"
+PREFERRED_VERSION_gcc-cross-initial ?= "4.1.0"
+PREFERRED_VERSION_binutils ?= "2.16.91.0.6"
+PREFERRED_VERSION_binutils-cross ?= "2.16.91.0.6"
+PREFERRED_VERSION_linux-libc-headers ?= "2.6.15.99"
+PREFERRED_VERSION_glibc ?= "2.4"
+PREFERRED_VERSION_glibc-intermediate ?= "2.4"
+
+# To use an EABI compatible version 3 series gcc, either uncomment
+# the lines below or set them in local.conf:
+#
+# PREFERRED_VERSION_gcc-cross = "3.4.4+csl-arm-2005q3"
+# PREFERRED_VERSION_gcc-cross-initial = "3.4.4+csl-arm-2005q3"
PREFERRED_VERSION_orinoco-modules_h3600 = "0.13e"