Ignore:
Timestamp:
Oct 20, 2000, 3:58:49 PM (25 years ago)
Author:
ansari
Message:

Gestion de l'architecture 64 bits de SGI - Reza 20/10/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BaseTools/sophyainit.cc

    r1157 r1249  
    133133  #endif
    134134  #ifdef __SGICC__
     135  #ifdef SGI_ARCH64
     136  compiler = const_cast<char *>("SGI-CC (-64) ") ;
     137  #else
    135138  compiler = const_cast<char *>("SGI-CC ") ;
     139  #endif
    136140  #endif
    137141  #ifdef __MWERKS__
Note: See TracChangeset for help on using the changeset viewer.