#if defined(__sgi)
This will work with the MIPSPro compiler but I'm pretty sure the GNU compilers do not #define __sgi
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
_______________________________________________ Dillo-dev mailing list Dillo-dev at dillo.org http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
-- Jan Diegelmann email: diegel at work.de fon: +49 40 238 809 15 fax: +49 40 238 809 29 http://www.work.de : n at work Internet Informationssyteme GmbH Wandalenweg 5, 20097 Hamburg, Germany HR B 61668 - Amtsgericht Hamburg Gesch?ftsf?hrer: Jan Diegelmann
participants (3)
-
csoren@isd.net
-
diegel@work.de
-
eocene@gmx.com