diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-03-06 13:20:51 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-03-06 13:20:51 +0000 |
commit | 27eec02c6a00e3bc978edd8afe432f7db97ba900 (patch) | |
tree | 114c25c0494a9dd0b5cb99260bd2924582dc2713 /conf/distro | |
parent | 895260b5ef18e962cf6c6368a779fa416ef00048 (diff) |
chinook-compat, gcc-csl: make 3.4.4-csl-2005q3 have other PV for chinook-compat distro
It is required to have compatibility for C++ applications as Maemo has other
PV then OpenEmbedded use.
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/chinook-compat.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/distro/chinook-compat.conf b/conf/distro/chinook-compat.conf index a46ee49012..e89d2185a7 100644 --- a/conf/distro/chinook-compat.conf +++ b/conf/distro/chinook-compat.conf @@ -59,9 +59,9 @@ PREFERRED_VERSION_automake-native = "1.9.6" PREFERRED_VERSION_binutils = "2.17.50.0.12" PREFERRED_VERSION_binutils-cross = "2.18" -PREFERRED_VERSION_gcc = "3.4.4+csl-arm-2005q3" -PREFERRED_VERSION_gcc-cross = "3.4.4+csl-arm-2005q3" -PREFERRED_VERSION_gcc-cross-initial = "3.4.4+csl-arm-2005q3" +PREFERRED_VERSION_gcc = "3.4.4cs2005q3.2" +PREFERRED_VERSION_gcc-cross = "3.4.4cs2005q3.2" +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" |