diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-12 22:01:12 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-12 22:01:12 +0000 |
commit | 4901fa9fa65f12ca07a775fac5ae9b91a8aac97e (patch) | |
tree | 2a3fb6e19ea6bb0782a4bd5325bea8ea610e9ac0 /conf/distro/foonas.conf | |
parent | 7e03738f604528e68f2fddb579e5faa11133264e (diff) |
foonas: update preferred gcc to 4.1.1 since 4.1.2 fails to build
Diffstat (limited to 'conf/distro/foonas.conf')
-rw-r--r-- | conf/distro/foonas.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/foonas.conf b/conf/distro/foonas.conf index 6745d9d0ca..dc0a1a9cae 100644 --- a/conf/distro/foonas.conf +++ b/conf/distro/foonas.conf @@ -46,7 +46,7 @@ PREFERRED_PROVIDER_virtual/db-native = "db-native" PREFERRED_VERSION_binutils = "2.16" PREFERRED_VERSION_binutils-cross = "2.16" -PREFERRED_VERSION_gcc = "4.1.2" +PREFERRED_VERSION_gcc = "4.1.1" PREFERRED_VERSION_gcc-cross = "4.1.1" PREFERRED_VERSION_gcc-cross-initial = "4.1.1" |