/[gcl]/gcl/configure.in
ViewVC logotype

Diff of /gcl/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.112.4.1.2.2.2.11 by camm, Sun Nov 16 18:28:40 2003 UTC revision 1.112.4.1.2.2.2.12 by camm, Sun Nov 16 19:06:42 2003 UTC
# Line 658  if test "$enable_statsysbfd" = "yes" || Line 658  if test "$enable_statsysbfd" = "yes" ||
658  #  #
659          if test "$enable_statsysbfd" = "yes" && ! $CC -v 2>&1 | fgrep ming > /dev/null ; then          if test "$enable_statsysbfd" = "yes" && ! $CC -v 2>&1 | fgrep ming > /dev/null ; then
660                  echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c                  echo 'int main() {bfd_init();bfd_openr("/dev/null",0);return 0;}' >foo.c
661                  MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty 2>&1 | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`                  MP=`$CC [ -Wl,-M ] -static -o foo foo.c -lbfd -liberty 2>&1 | grep -v : | tr '()' '\012\012' | $AWK '{print $NF}' | sort | uniq`
662                  rm -f foo.c foo                  rm -f foo.c foo
663                  if echo $MP | tr ' ' '\012' | grep -q libbfd.a ; then                  if echo $MP | tr ' ' '\012' | grep -q libbfd.a ; then
664                     TLIBS="$TLIBS `echo $MP | tr ' ' '\012' | grep libbfd.a`"                     TLIBS="$TLIBS `echo $MP | tr ' ' '\012' | grep libbfd.a`"

Legend:
Removed from v.1.112.4.1.2.2.2.11  
changed lines
  Added in v.1.112.4.1.2.2.2.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26