Rev 5709 | 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_SPARC32Init();sub SOLARIS10_SPARC32Init{Toolset( '*', 'sunworks.pl', '--Target=amd32', '--Studio=SunStudio11' );## .. Build definitions#$HOST_KERNEL = 'solaris10';$HOST_CPU = 'amd32';$HOST_PROD = $ScmPlatform;$HOST_FAM = 'SOLARIS';## Create common definitions and included directories#PlatformRequire( "unix" );}1;