diff options
Diffstat (limited to 'conf/distro/openmoko.conf')
-rw-r--r-- | conf/distro/openmoko.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/distro/openmoko.conf b/conf/distro/openmoko.conf index 0748b8cb7f..602ef8cff4 100644 --- a/conf/distro/openmoko.conf +++ b/conf/distro/openmoko.conf @@ -29,3 +29,10 @@ FEED_URIS = "\ updates-all##http://buildhost.openmoko.org/OM2007.2/tmp/deploy/glibc/ipk/all \ updates-armv4t##http://buildhost.openmoko.org/OM2007.2/tmp/deploy/glibc/ipk/armv4t \ updates-fic-gta01##http://buildhost.openmoko.org/OM2007.2/tmp/deploy/glibc/ipk/fic-gta01 " + +# 2.18 seems to break badly on 64-bit systems +PREFERRED_VERSION_binutils ?= "2.17.50.0.12" +PREFERRED_VERSION_binutils-cross ?= "2.17.50.0.12" + +require conf/distro/include/preferred-openmoko-versions.inc + |