Ignore:
Timestamp:
Apr 10, 2007, 12:04:27 AM (18 years ago)
Author:
ansari
Message:

refonte,simplification machdefs_mkmf.h, suppression flags MWERKS (compilo CodeWarrior pour MacOS8,9) et suppression flag SWAP, remplacement SGI_ARCH64 par SO_ARCH64 , Reza 10/04/2007

File:
1 edited

Legend:

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

    r3172 r3203  
    153153
    154154
    155 #if (!defined(__GNUG__) && !defined(__MWERKS__) && !defined(HPUX))
     155#if (!defined(__GNUG__) && !defined(HPUX))
    156156  // pas de bufferisation pour printf   cmv 18/3/97 selon E.A.
    157157  // setvbuf(stdout,NULL,_IOLBF,0); setvbuf(stderr,NULL,_IOLBF,0);
     
    205205  #endif
    206206  #ifdef __IBMCPP__
     207  #ifdef SO_ARCH64
    207208  compiler = const_cast<char *>("IBM-xlC ") ;
     209  #else
     210  compiler = const_cast<char *>("IBM-xlC (-q64)") ;
     211  #endif
    208212  #endif
    209213  #ifdef __INTEL_COMPILER
     
    211215  #endif
    212216  #ifdef __SGICC__
    213   #ifdef SGI_ARCH64
     217  #ifdef SO_ARCH64
    214218  compiler = const_cast<char *>("SGI-CC (-64) ") ;
    215219  #else
    216220  compiler = const_cast<char *>("SGI-CC ") ;
    217221  #endif
    218   #endif
    219   #ifdef __MWERKS__
    220   compiler = const_cast<char *>("Codewarrior ");
    221222  #endif
    222223
Note: See TracChangeset for help on using the changeset viewer.