Enable --enable-64-bit-bfd even for .tar.gz builds.
authorjkratoch <>
Thu, 30 Apr 2009 18:05:49 +0000 (18:05 +0000)
committerjkratoch <>
Thu, 30 Apr 2009 18:05:49 +0000 (18:05 +0000)
bin/errs1

index 07583ae..69fe5c1 100755 (executable)
--- 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