Changeset 19773

Show
Ignore:
Timestamp:
01/14/07 08:27:25 (2 years ago)
Author:
patrick
Message:

Much to my disappointment, the Sun C++ compiler (version 5.8) still
doesn't support member templates and other aspects of the 1998 C++ ISO
standard (even after applying patches released just last week). As such, I
see no reason for that compiler to be the default on Solaris. GCC is a much
better option.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/macros/vrj-helpers.m4

    r19729 r19773  
    148148            CC_IRIX='cc' 
    149149            CC_PIC_IRIX='-KPIC' 
    150         # On Solaris/SPARC, we can use Sun WorkShop or GCC.  We default to 
    151         # WorkShop. 
    152         elif test "x$PLATFORM" = "xSolaris" -a "x$USE_GCC" != "xyes" \ 
    153                -a "x$ISA" = "xsparc" 
    154         then 
    155             CC_Solaris='cc' 
    156             CC_PIC_Solaris='-KPIC' 
    157150        fi 
    158151    # Otherwise, force the use of the alternate C compiler. 
     
    178171            CXX_IRIX='CC' 
    179172            CXX_PIC_IRIX='-KPIC' 
    180         # On Soalris/SPARC, we can use WorkShop or GCC.  We default to 
    181         # WorkShop. 
    182         elif test "x$PLATFORM" = "xSolaris" -a "x$USE_GCC" != "xyes" \ 
    183                -a "x$ISA" = "xsparc" 
    184         then 
    185             CXX_Solaris='CC' 
    186             CXX_PIC_Solaris='-KPIC' 
    187173        fi 
    188174    # Otherwise, force the use of the alternate C++ compiler.