From: Robert Schuster Date: Tue, 8 Apr 2008 12:01:09 +0000 (+0000) Subject: chinook-compat.conf: Added explicit rename for libgcc X-Git-Tag: Release-2010-05/1~7220^2~8^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73ee755d53ec9ecb8f959cdc039bf515da193aa6;p=openembedded.git chinook-compat.conf: Added explicit rename for libgcc --- diff --git a/conf/distro/chinook-compat.conf b/conf/distro/chinook-compat.conf index e89d2185a7..2e8688b263 100644 --- a/conf/distro/chinook-compat.conf +++ b/conf/distro/chinook-compat.conf @@ -61,7 +61,9 @@ PREFERRED_VERSION_binutils-cross = "2.18" PREFERRED_VERSION_gcc = "3.4.4cs2005q3.2" PREFERRED_VERSION_gcc-cross = "3.4.4cs2005q3.2" -PREFERRED_VERSION_gcc-cross-initial = "3.4.4cs2005q3.2" +PREFERRED_VERSION_gcc-cross-initial = "4.1.1" + +#PREFERRED_VERSION_gcc-cross-initial = "3.4.4cs2005q3.2" # Use recent enough version of the headers to let HAL build successfully. PREFERRED_VERSION_linux-libc-headers = "2.6.20" @@ -165,7 +167,7 @@ PREFERRED_VERSION_osso-gnome-vfs2 = "2.16.3" PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native" PREFERRED_PROVIDER_classpath = "classpath" -PREFERRED_VERSION_classpath = "0.97" +PREFERRED_VERSION_classpath = "0.97.1" PREFERRED_PROVIDER_swt3.4-gtk = "swt3.4-gtk-hildon" PREFERRED_VERSION_swt3.4-gtk-hildon = "3.3+3.4M5" @@ -200,3 +202,5 @@ PKG_bluez-libs = "libbluetooth2" PKG_osso-ic-oss = "osso-ic" PKG_libconic = "libconic0" + +PKG_libgcc = "libgcc1"