aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-02-27 11:45:30 -0700
committerTom Rini <tom_rini@mentor.com>2010-03-04 09:16:17 -0700
commitf38f68c348506605c32b7eaf69c194a802b3c80d (patch)
tree79fc5358e7a551adad5ce494995fb615c5e68a47 /conf
parent43b7b697e8900a5367b52052262b268a52290540 (diff)
downloadopenembedded-f38f68c348506605c32b7eaf69c194a802b3c80d.tar.gz
Pull mpfr/gmp builds into gcc builds
TODO: Apply mpfr/gmp patches in these builds, give the new libs that gcc_svn / gcc-4.5 use the same treatment.
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/include/sane-toolchain.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc
index 5aedb64ff5..dce11bb2b5 100644
--- a/conf/distro/include/sane-toolchain.inc
+++ b/conf/distro/include/sane-toolchain.inc
@@ -5,6 +5,8 @@
#############################################################################
# Base line versions, good for most things
+PREFERRED_GMP_VERSION ?= "4.2.4"
+PREFERRED_MPFR_VERSION ?= "2.3.2"
PREFERRED_GCC_VERSION ?= "4.4.2"
PREFERRED_BINUTILS ?= "2.20"