diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-04-08 12:01:09 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-04-08 12:01:09 +0000 |
commit | 73ee755d53ec9ecb8f959cdc039bf515da193aa6 (patch) | |
tree | 0285258041708a0b237f90f75da6581606d99e7e | |
parent | 7e995cd1f0d0ed236477e616178e88f3e781ac4d (diff) |
chinook-compat.conf: Added explicit rename for libgcc
-rw-r--r-- | conf/distro/chinook-compat.conf | 8 |
1 files changed, 6 insertions, 2 deletions
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" |