Changeset 3203 in Sophya for trunk/SophyaLib/BaseTools/sophyainit.cc
- Timestamp:
- Apr 10, 2007, 12:04:27 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/sophyainit.cc
r3172 r3203 153 153 154 154 155 #if (!defined(__GNUG__) && !defined( __MWERKS__) && !defined(HPUX))155 #if (!defined(__GNUG__) && !defined(HPUX)) 156 156 // pas de bufferisation pour printf cmv 18/3/97 selon E.A. 157 157 // setvbuf(stdout,NULL,_IOLBF,0); setvbuf(stderr,NULL,_IOLBF,0); … … 205 205 #endif 206 206 #ifdef __IBMCPP__ 207 #ifdef SO_ARCH64 207 208 compiler = const_cast<char *>("IBM-xlC ") ; 209 #else 210 compiler = const_cast<char *>("IBM-xlC (-q64)") ; 211 #endif 208 212 #endif 209 213 #ifdef __INTEL_COMPILER … … 211 215 #endif 212 216 #ifdef __SGICC__ 213 #ifdef S GI_ARCH64217 #ifdef SO_ARCH64 214 218 compiler = const_cast<char *>("SGI-CC (-64) ") ; 215 219 #else 216 220 compiler = const_cast<char *>("SGI-CC ") ; 217 221 #endif 218 #endif219 #ifdef __MWERKS__220 compiler = const_cast<char *>("Codewarrior ");221 222 #endif 222 223
Note:
See TracChangeset
for help on using the changeset viewer.