/[MITgcm]/MITgcm/tools/genmake2
ViewVC logotype

Diff of /MITgcm/tools/genmake2

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

revision 1.215 by jmc, Mon Dec 6 17:16:06 2010 UTC revision 1.216 by jmc, Mon Dec 13 22:07:20 2010 UTC
# Line 1053  FOPTIM= Line 1053  FOPTIM=
1053  FEXTRAFLAGS=  FEXTRAFLAGS=
1054  USE_EXTENDED_SRC=  USE_EXTENDED_SRC=
1055  EXTENDED_SRC_FLAG=  EXTENDED_SRC_FLAG=
1056    GET_FC_VERSION=
1057  CFLAGS=  CFLAGS=
1058  KFLAGS1=  KFLAGS1=
1059  KFLAGS2=  KFLAGS2=
# Line 1498  Error: no Fortran compiler: please speci Line 1499  Error: no Fortran compiler: please speci
1499  EOF  EOF
1500      exit 1      exit 1
1501  fi  fi
1502    if test "x$GET_FC_VERSION" != x ; then
1503      echo "Get compiler version using: $FC $GET_FC_VERSION" >> $LOGFILE
1504      $FC $GET_FC_VERSION >> $LOGFILE 2>&1
1505      echo "--- compiler version ----" >> $LOGFILE
1506    fi
1507    
1508  if test "x$CC" = x ; then  if test "x$CC" = x ; then
1509      look_for_C_compilers      look_for_C_compilers

Legend:
Removed from v.1.215  
changed lines
  Added in v.1.216

  ViewVC Help
Powered by ViewVC 1.1.22