diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-10-19 10:31:08 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2006-10-19 10:31:08 +0000 |
commit | 178d3a81d5cd26c52c7b581bf642171114be5acc (patch) | |
tree | 44e633a3a5df8bb1f1cbbd6e128165c3465da5c0 /conf | |
parent | 04fa5a4d58337457e160bd15c2dba2cf79f58e85 (diff) |
openzaurus-unstable.conf : fix gcc version to 3.4.4 to keep us vaguely compatilible with oz release versions.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/openzaurus-unstable.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/distro/openzaurus-unstable.conf b/conf/distro/openzaurus-unstable.conf index 6be29e5c1b..6dbf0dc31f 100644 --- a/conf/distro/openzaurus-unstable.conf +++ b/conf/distro/openzaurus-unstable.conf @@ -56,6 +56,10 @@ PREFERRED_VERSION_binutils-cross = "2.16" PREFERRED_VERSION_binutils = "2.16" PREFERRED_VERSION_glibc = "2.3.5+cvs20050627" +PREFERRED_VERSION_gcc = "3.4.4" +PREFERRED_VERSION_gcc-cross = "3.4.4" +PREFERRED_VERSION_gcc-cross-initial = "3.4.4" + # # Opie # |