From 9795faddae6e42623fa25c36406b6b99ed40fed0 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 12 Apr 2006 20:49:26 +0000 Subject: angstrom-2006.9: Allow the user to override the toolchain versions again. Also comment on how to use an appropriate gcc version 3 --- conf/distro/angstrom-2006.9.conf | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) (limited to 'conf') 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" -- cgit 1.2.3-korg