ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

small patch for SGI pro64


From: Arnaud Desitter
Subject: small patch for SGI pro64
Date: Wed, 02 May 2001 17:32:24 +0100

Hi,

Small patch to identify properly the compiler SGI Pro64.
Just to prepare the Itanium port :-)

Cheers,
Arnaud

--- show.C.orig Wed May  2 17:27:02 2001
+++ show.C      Wed May  2 17:29:15 2001
@@ -284,6 +284,9 @@
         "." stringize(__GNUC_MINOR__)
 #  endif
 # endif // !defined(__VERSION__)
+# ifdef _SGI_COMPILER_VERSION
+        "\nSGI Pro64 " stringize(_SGI_COMPILER_VERSION)
+# endif

 #elif defined(__SUNPRO_CC)
        "SunPRO CC " stringize(__SUNPRO_CC)

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered 
through the MessageLabs Virus Scanning Service. For further information visit 
http://www.star.net.uk/stats.asp



reply via email to

[Prev in Thread] Current Thread [Next in Thread]