Rev 313 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
# -*- mode: perl; indent-width: 4; -*-################################################################################ Copyright (c) VIX TECHNOLOGY (AUST) LTD## File: PLATFORM/solaris## Contents: Solaris support## Version Who Date Description# APY 03/11/00 Created################################################################################SOLARIS10_SPARC64Init();sub SOLARIS10_SPARC64Init{Toolset( '*', 'sunworks.pl', '--Target=sparc64',, '--Studio=SunStudio12.1' );## .. Build definitions#$HOST_KERNEL = 'solaris10';$HOST_CPU = 'sparc64';$HOST_PROD = $ScmPlatform;$HOST_FAM = 'SOLARIS';## Create common definitions and included directories#PlatformRequire( "unix" );}1;