diff options
| author | Koen Kooi <koen@openembedded.org> | 2007-09-16 08:42:25 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@openembedded.org> | 2007-09-16 08:42:25 +0000 |
| commit | c02179bd0c04e122368c5862eee1dc390cb95599 (patch) | |
| tree | 49cf174c6b2f5c20578d8809b2f891cedd93dd86 | |
| parent | bd11c73fc1aaf59a0f21fc4ad173ab17388ecaa1 (diff) | |
| parent | 142e8ecfb668ea932ae55198d67c64ab59d092ac (diff) | |
propagate from branch 'org.openembedded.dev' (head 97e2b25c7bdda7a64ccb33ddc8235de3638a0749)
to branch 'org.openembedded.dev.avr32' (head 56e7ad184e2407b765afc6cd46fac74bd31b0447)
117 files changed, 39314 insertions, 509 deletions
diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf index 9d2223ccd9..a5a99d3a2c 100644 --- a/conf/distro/angstrom-2008.1.conf +++ b/conf/distro/angstrom-2008.1.conf @@ -26,15 +26,19 @@ require conf/distro/angstrom-2007.1.conf DISTRO_VERSION = "2008.1-test-${DATE}" DISTRO_REVISION = "0" -PREFERRED_VERSION_gcc = "4.2.1" -PREFERRED_VERSION_gcc-cross = "4.2.1" +PREFERRED_VERSION_gcc = "4.2.1" +PREFERRED_VERSION_gcc-cross = "4.2.1" #This is unrelated to the kernel version, but userspace apps (e.g. HAL) require a recent version to build against -PREFERRED_VERSION_linux-libc-headers = "2.6.22" +PREFERRED_VERSION_linux-libc-headers = "2.6.22" |
