19 Sep
2014
19 Sep
'14
10:42 p.m.
I stand corrected! 0_o Thanks guys... :)
The gcc on my machine is the nekoware gcc 4.7.1 compiled by shadeofblue. It is the standard gcc for Irix currently. If __sgi is true it is really a SGI system.
eocene wrote:
Chris wrote: #if defined(__sgi)
This will work with the MIPSPro compiler but I'm pretty sure the GNU compilers do not #define __sgi
On Jan's machine,
./cpp --version cpp (GCC) 4.7.1
./cpp -dM |grep __sgi #define __sgi 1 #define __sgi__ 1