aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index b9a91b6..35b36f4 100755
--- a/configure
+++ b/configure
@@ -2331,6 +2331,7 @@ fi
# figure out if we need to build gmp and mpfr for gcc 4.3.0+
gcc_version_file="${srcdir}/../gcc/gcc-${GCC_VERSION}/gcc/BASE-VER"
+test -f ${gcc_version_file} || gcc_version_file="${srcdir}/temp-src/gcc-${GCC_VERSION}/gcc/BASE-VER"
if test -f "${gcc_version_file}"; then
GCC_MAJOR=`head -n 1 $gcc_version_file | sed -e "s/[^0-9].*//"`
GCC_MINOR=`head -n 1 $gcc_version_file | \