Diff for /imach/src/imach.c between versions 1.174 and 1.175

version 1.174, 2015/01/03 16:15:49 version 1.175, 2015/01/03 16:33:42
Line 1 Line 1
 /* $Id$  /* $Id$
   $State$    $State$
   $Log$    $Log$
     Revision 1.175  2015/01/03 16:33:42  brouard
     *** empty log message ***
   
   Revision 1.174  2015/01/03 16:15:49  brouard    Revision 1.174  2015/01/03 16:15:49  brouard
   Summary: Still in cross-compilation    Summary: Still in cross-compilation
   
Line 5506  void syscompilerinfo() Line 5509  void syscompilerinfo()
 #endif  #endif
   
 #include <stdint.h>  #include <stdint.h>
      int cross = CROSS;
      if (cross){
        printf("Cross-");
        fprintf(ficlog,"Cross-");
      }
    printf("Compiled with:");fprintf(ficlog,"Compiled with:");     printf("Compiled with:");fprintf(ficlog,"Compiled with:");
 #if defined(__clang__)  #if defined(__clang__)
    printf(" Clang/LLVM");fprintf(ficlog," Clang/LLVM"); /* Clang/LLVM. ---------------------------------------------- */     printf(" Clang/LLVM");fprintf(ficlog," Clang/LLVM"); /* Clang/LLVM. ---------------------------------------------- */

Removed from v.1.174  
changed lines
  Added in v.1.175


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>