diff options
author | Koen Kooi <koen@openembedded.org> | 2009-12-22 16:31:36 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-12-22 16:33:24 +0100 |
commit | 1fa0831219bd3fe19e07005b35d370a7d45689e3 (patch) | |
tree | 0f96fd4b92f8042a537abc86806292c6afe1dd57 /conf/distro | |
parent | 9774a6e8be6deff7e5db50a6382baef043b953fd (diff) |
archos5: first batch of archos5 machine support. Downloaded from archos.com website
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/angstrom-2008.1.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf index 1c4330ecc8..01489b036e 100644 --- a/conf/distro/angstrom-2008.1.conf +++ b/conf/distro/angstrom-2008.1.conf @@ -96,7 +96,8 @@ ANGSTROM_GCC_VERSION_xilinx-ml403 ?= "4.1.1" ANGSTROM_GCC_VERSION_bfin = "4.1.2" # Uncomment this if want need to build an armv7a kernel with CSL toolchain (<2.6.27 don't boot with mainline gcc) -#KERNEL_CCSUFFIX_armv7a= "-4.2.1+csl-arm-2007q3-53" +#KERNEL_CCSUFFIX_armv7a = "-4.2.1+csl-arm-2007q3-53" +KERNEL_CCSUFFIX_archos5 = "-4.2.1+csl-arm-2007q3-53" #avr32 only has support for gcc 4.2.2 ANGSTROM_GCC_VERSION_avr32 ?= "4.2.2" |