From 3968d231ff4ed802ceded09800687bf96d0a30d2 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 22 Jan 2007 19:17:23 +0000 Subject: - don't rely on buggy gmp/mpfr on the host but use our own build iff we are about to build a somewhat current toolchain. --- toolchain/gcc/Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'toolchain/gcc/Config.in') diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 208ccead6..80fba7bbb 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -134,6 +134,10 @@ config BR2_INSTALL_FORTRAN select BR2_PACKAGE_LIBMPFR help Build/install Fortran compiler and runtime? + Note that it is highly recommended NOT to use gfortran + from gcc older than 4.2.0 + + You have been warned.. config BR2_GCC_SHARED_LIBGCC bool "Build/install a shared libgcc?" -- cgit v1.2.3