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
#
# Contents:     Solaris support
#
# Version   Who      Date       Description
#           APY      03/11/00   Created
###############################################################################
#

SOLARIS10_SPARC32Init();

sub SOLARIS10_SPARC32Init
{
    Toolset( '*', 'sunworks.pl', '--Target=sparc32', '--Studio=SunStudio11' );

    #
    # .. Build definitions
    #
    $HOST_KERNEL    = 'solaris10';
    $HOST_CPU       = 'sparc32';
    $HOST_PROD      = $ScmPlatform;
    $HOST_FAM       = 'SOLARIS';

    #
    #   Create common definitions and included directories
    #
    PlatformRequire( "unix" );
}

1;