full targets and mcheck now only for CVS/GIT checkouts.
authorlace <>
Thu, 27 Nov 2008 20:12:46 +0000 (20:12 +0000)
committerlace <>
Thu, 27 Nov 2008 20:12:46 +0000 (20:12 +0000)
bin/errs1

index bcd0c76..715eee0 100755 (executable)
--- a/bin/errs1
+++ b/bin/errs1
@@ -63,6 +63,8 @@ done
        fi
        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 test -f `dirname $configure`/bfd/elf64-x86-64.c -a '(' -d CVS -o -d .git ')';then
                targets="--enable-targets=all"
                ldflags="-lmcheck"
        fi