From e51899f51aed6261188a3b9f15081e7fd54032e2 Mon Sep 17 00:00:00 2001 From: lace <> Date: Thu, 27 Nov 2008 20:12:46 +0000 Subject: [PATCH] full targets and mcheck now only for CVS/GIT checkouts. --- bin/errs1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/errs1 b/bin/errs1 index bcd0c76..715eee0 100755 --- 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 -- 1.8.3.1