From 045f4e9106384b27d1ebc28e9bc9c5dc6bff7a94 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 10 Sep 2009 19:16:53 -0700 Subject: sane-toolchain.inc: Default to gcc 4.4.1 * ppc405 has also got tested using 4.4.1 so bump this too. * ARMv7 is also switched to use 4.4.1. Signed-off-by: Khem Raj Acked-by: Michael 'Mickey' Lauer Acked-by: Phil Blundell --- conf/distro/include/sane-toolchain.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf/distro') diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc index 65cb7763d1..e2c6740e52 100644 --- a/conf/distro/include/sane-toolchain.inc +++ b/conf/distro/include/sane-toolchain.inc @@ -5,7 +5,7 @@ ############################################################################# # Base line versions, good for most things -PREFERRED_GCC_VERSION ?= "4.2.4" +PREFERRED_GCC_VERSION ?= "4.4.1" PREFERRED_BINUTILS ?= "2.18" # Prefer glibc 2.6 and uclibc 0.9.30, these have had the most testing. @@ -19,9 +19,9 @@ PREFERRED_VERSION_uclibc-initial ?= "0.9.30.1" # Some systems need a special gcc version PREFERRED_GCC_VERSION_486sx ?= "4.3.2" PREFERRED_GCC_VERSION_avr32 ?= "4.2.2" -PREFERRED_GCC_VERSION_armv7a ?= "4.3.1" +PREFERRED_GCC_VERSION_armv7a ?= "4.4.1" PREFERRED_GCC_VERSION_bfin ?= "4.1.2" -PREFERRED_GCC_VERSION_ppc405 ?= "4.1.1" +PREFERRED_GCC_VERSION_ppc405 ?= "4.4.1" PREFERRED_GCC_VERSION_xilinx-ml403 ?= "4.1.1" PREFERRED_GCC_VERSION_xilinx-ml403 ?= "4.1.1" -- cgit v1.2.3 From b1213a3ec464b72cdbb4c32bcbb1187f6f026742 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Fri, 11 Sep 2009 20:41:33 +0100 Subject: micro: select binutils 2.19.51 --- conf/distro/micro.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/distro') diff --git a/conf/distro/micro.conf b/conf/distro/micro.conf index aca4a18caf..67e3aff3ca 100644 --- a/conf/distro/micro.conf +++ b/conf/distro/micro.conf @@ -61,6 +61,7 @@ MACHINE_KERNEL_VERSION = "2.6" # TOOLCHAIN ############################################################################# LIBC ?= "eglibc" +PREFERRED_BINUTILS = "2.19.51" require conf/distro/include/sane-toolchain.inc ############################################################################# -- cgit v1.2.3 From bd4726dac9dd258ad787bc2f4f1c17fd35b6d1bd Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 12 Sep 2009 14:27:43 +0200 Subject: angstrom: prefer gtk+ 2.16.6 --- conf/distro/include/angstrom-2008-preferred-versions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/distro') diff --git a/conf/distro/include/angstrom-2008-preferred-versions.inc b/conf/distro/include/angstrom-2008-preferred-versions.inc index 32cfbfb403..0c0c83117e 100644 --- a/conf/distro/include/angstrom-2008-preferred-versions.inc +++ b/conf/distro/include/angstrom-2008-preferred-versions.inc @@ -11,7 +11,7 @@ PREFERRED_VERSION_glib-2.0-native = "2.18.0" PREFERRED_VERSION_glibmm = "2.18.0" PREFERRED_VERSION_glproto = "1.4.9" PREFERRED_VERSION_gst-pulse = "0.9.7" -PREFERRED_VERSION_gtk+ = "2.16.4" +PREFERRED_VERSION_gtk+ = "2.16.6" PREFERRED_VERSION_gtkmm = "2.14.1" PREFERRED_VERSION_hal = "0.5.13" PREFERRED_VERSION_libgemwidget = "1.0" -- cgit v1.2.3 From ca6953db99a4cee228c1daf294913c5687a4d675 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Sat, 12 Sep 2009 17:19:59 +0200 Subject: libgee: move to git version while it's so much under development and depending on vala-native --- conf/distro/include/sane-srcrevs.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/distro') diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index b88ac9bc8c..e3400a213b 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -86,6 +86,7 @@ SRCREV_pn-libexalt-dbus ?= "76" SRCREV_pn-libfakekey ?= "1455" SRCREV_pn-libgdbus ?= "aeab6e3c0185b271ca343b439470491b99cc587f" SRCREV_pn-libgsmd ?= "4505" +SRCREV_pn-libgee ?= "ea130c0837eefe404b53240f8c2ed642ae98a677" SRCREV_pn-libiac ?= "1590" SRCREV_pn-libjana = "749" SRCREV_pn-libmokogsmd2 ?= "4334" -- cgit v1.2.3