--- imach/src/imach.c 2015/01/03 16:15:49 1.174 +++ imach/src/imach.c 2015/01/03 16:33:42 1.175 @@ -1,6 +1,9 @@ -/* $Id: imach.c,v 1.174 2015/01/03 16:15:49 brouard Exp $ +/* $Id: imach.c,v 1.175 2015/01/03 16:33:42 brouard Exp $ $State: Exp $ $Log: imach.c,v $ + Revision 1.175 2015/01/03 16:33:42 brouard + *** empty log message *** + Revision 1.174 2015/01/03 16:15:49 brouard Summary: Still in cross-compilation @@ -620,11 +623,11 @@ typedef struct { #define ODIRSEPARATOR '\\' #endif -/* $Id: imach.c,v 1.174 2015/01/03 16:15:49 brouard Exp $ */ +/* $Id: imach.c,v 1.175 2015/01/03 16:33:42 brouard Exp $ */ /* $State: Exp $ */ char version[]="Imach version 0.98p, December 2014,INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121), Intel Software 2015"; -char fullversion[]="$Revision: 1.174 $ $Date: 2015/01/03 16:15:49 $"; +char fullversion[]="$Revision: 1.175 $ $Date: 2015/01/03 16:33:42 $"; char strstart[80]; char optionfilext[10], optionfilefiname[FILENAMELENGTH]; int erreur=0, nberr=0, nbwarn=0; /* Error number, number of errors number of warnings */ @@ -5506,6 +5509,11 @@ void syscompilerinfo() #endif #include + int cross = CROSS; + if (cross){ + printf("Cross-"); + fprintf(ficlog,"Cross-"); + } printf("Compiled with:");fprintf(ficlog,"Compiled with:"); #if defined(__clang__) printf(" Clang/LLVM");fprintf(ficlog," Clang/LLVM"); /* Clang/LLVM. ---------------------------------------------- */