/********************************** GFORTRAN64 COOK OPTIONS **********************************/ #include gfortran.cook /*add the 64bit flag to fc and ld*/ fc_flags += "-m64"; fc_name = [fc]_64; ld_flags += "-m64";