diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-09 13:54:59 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-11 11:40:31 +0100 |
commit | 351be9f9cd3ed0c5bb0c658e26fd132b6a3f234a (patch) | |
tree | ca952712f0a56239373299411b15dd335f563db4 /conf | |
parent | 739481bea0235ed50d67e9e99bf5a54b0e2be6c9 (diff) |
shr: use gcc-4.4.3 instead of 4.4.2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/shr.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf index 6872bb6abf..b776dbe298 100644 --- a/conf/distro/shr.conf +++ b/conf/distro/shr.conf @@ -154,6 +154,7 @@ OVERRIDES = "local:${MACHINE}:${MACHINE_CLASS}:${DISTRO}:${TARGET_OS}:${TARGET_A # TOOLCHAIN ############################################################################# LIBC ?= "eglibc" +PREFERRED_GCC_VERSION ?= "4.4.3" require conf/distro/include/sane-toolchain.inc ############################################################################# |