/[gcl]/gcl/configure
ViewVC logotype

Diff of /gcl/configure

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

revision 1.107.4.1.2.2.2.48.2.3.2.1.4.2.4.2.4.2 by camm, Fri Sep 30 02:26:36 2005 UTC revision 1.107.4.1.2.2.2.48.2.3.2.1.4.2.4.2.4.3 by camm, Wed Oct 12 23:13:03 2005 UTC
# Line 1641  case $use in Line 1641  case $use in
1641                             if test "$enable_debug" != "yes" ; then TONIFLAGS="-O $TFPFLAG" ; fi                             if test "$enable_debug" != "yes" ; then TONIFLAGS="-O $TFPFLAG" ; fi
1642                          fi;                          fi;
1643                          echo Probing for longcall                          echo Probing for longcall
1644                          if ! $CC -v 2>&1 | $AWK '/^gcc version / {split($3,A,".");if (A[1]+0>=3 && A[2]+0>=3) exit 1;}'; then                          if ! $CC -v 2>&1 | $AWK '/^gcc version / {split($3,A,".");if (A[1]+0>3 || (A[1]+0>=3 && A[2]+0>=3)) exit 1;}'; then
1645                             echo Enabling longcall on gcc 3.3 or later                             echo Enabling longcall on gcc 3.3 or later
1646                             TCFLAGS="$TCFLAGS -mlongcall"                             TCFLAGS="$TCFLAGS -mlongcall"
1647                             echo Reducing optimization for buggy gcc 3.3 or later                             echo Reducing optimization for buggy gcc 3.3 or later

Legend:
Removed from v.1.107.4.1.2.2.2.48.2.3.2.1.4.2.4.2.4.2  
changed lines
  Added in v.1.107.4.1.2.2.2.48.2.3.2.1.4.2.4.2.4.3

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