From: N. Brouard Date: Sat, 3 Jan 2015 18:40:56 +0000 (+0000) Subject: Summary: Still testing ilc32 on OSX X-Git-Tag: imach-099s7~385 X-Git-Url: https://henry.ined.fr/git/?a=commitdiff_plain;h=ff218a2bc113792d3a3a84f17d8a88f66829776c;p=.git Summary: Still testing ilc32 on OSX --- diff --git a/src/imach.c b/src/imach.c index a03c43a..2919906 100644 --- a/src/imach.c +++ b/src/imach.c @@ -1,6 +1,9 @@ /* $Id$ $State$ $Log$ + Revision 1.176 2015/01/03 16:45:04 brouard + *** empty log message *** + Revision 1.175 2015/01/03 16:33:42 brouard *** empty log message *** @@ -5501,12 +5504,16 @@ BOOL IsWow64() return bIsWow64 != FALSE; } #endif + void syscompilerinfo() { /* #include "syscompilerinfo.h"*/ -#if defined(__GNUC__) + +#if defined __INTEL_COMPILER + struct utsname sysInfo; +#elif defined(__GNUC__) #include /* Only on gnu */ -struct utsname sysInfo; + struct utsname sysInfo; #endif #include @@ -5593,9 +5600,10 @@ struct utsname sysInfo; } else perror("uname() error"); +#ifndef __INTEL_COMPILER printf("GNU libc version: %s\n", gnu_get_libc_version()); fprintf(ficlog,"GNU libc version: %s\n", gnu_get_libc_version()); - +#endif #endif // void main()