From: lace <> Date: Thu, 27 Nov 2008 20:12:46 +0000 (+0000) Subject: full targets and mcheck now only for CVS/GIT checkouts. X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=e51899f51aed6261188a3b9f15081e7fd54032e2 full targets and mcheck now only for CVS/GIT checkouts. --- 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