Subversion Repositories DevTools

Rev

Rev 5709 | Blame | Compare with Previous | Last modification | View Log | RSS feed

# -*- mode: perl; indent-width: 4; -*-
###############################################################################
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
#
# File:         PLATFORM/Solaris_sparc
#
# Contents:     Solaris Sparc Support
#
# Version   Who     Date        Description
#           APY     10/03/04    Created
#
###############################################################################
#

SolarisSparcInit();
    
sub SolarisSparcInit
{
    $HOST_KERNEL    = "solaris";
    $HOST_CPU       = "sparc";
    $HOST_PROD      = ""                if ( $HOST_PROD eq "" );
    $HOST_FAM       = "solaris_sparc"   if ( $HOST_FAM eq "" );
                                       
    Toolset( '*', 'gcc.pl', '--Target=SunOS sparc' );
    PlatformDefines( "solaris_sparc.def" );
    PlatformRequire( "unix" );
}