From e249eb8c740972fc45d84d7446acad731fabe8c2 Mon Sep 17 00:00:00 2001 From: Robert Schuster Date: Thu, 29 Jan 2009 09:31:57 +0100 Subject: angstrom-2008.1: Use gcc 4.3.3 for amd barcelona CPUs. --- conf/distro/angstrom-2008.1.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf') diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf index cde01e155f..b45a3fe96b 100644 --- a/conf/distro/angstrom-2008.1.conf +++ b/conf/distro/angstrom-2008.1.conf @@ -100,6 +100,9 @@ ANGSTROM_GCC_VERSION_486sx = "4.3.2" #avr32 only has support for gcc 4.2.2 ANGSTROM_GCC_VERSION_avr32 ?= "4.2.2" +# amd64 on barcelona cores requires gcc 4.3.x +ANGSTROM_GCC_VERSION_amd64 ?= "4.3.2" + #Everybody else can just use this: ANGSTROM_GCC_VERSION ?= "4.2.4" PREFERRED_VERSION_binutils ?= "2.18.50.0.7" -- cgit 1.2.3-korg