From ca18ab13ded9b51422c624379f66683283f57305 Mon Sep 17 00:00:00 2001 From: jkratoch <> Date: Thu, 30 Apr 2009 18:05:49 +0000 Subject: [PATCH] Enable --enable-64-bit-bfd even for .tar.gz builds. --- bin/errs1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/errs1 b/bin/errs1 index 07583ae..69fe5c1 100755 --- a/bin/errs1 +++ b/bin/errs1 @@ -76,8 +76,11 @@ done if test -f `dirname $configure`/bfd/elf64-x86-64.c;then test -f g77 || (test -f /usr/bin/gfortran && ln -s /usr/bin/gfortran g77) fi + if ! $fast;then + targets="$targets --enable-64-bit-bfd" + fi if ! $fast && test -f `dirname $configure`/bfd/elf64-x86-64.c -a '(' -d CVS -o -d .git ')';then - targets="--enable-targets=all --enable-64-bit-bfd" + targets="$targets --enable-targets=all" fi if test -f `dirname $configure`/gcc/reload.c;then -- 1.8.3.1