# -*- 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_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;