Subversion Repositories DevTools

Rev

Rev 227 | Rev 5709 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 227 Rev 313
Line 1... Line -...
1
# -*- mode: perl; indent-width: 4; -*-
-
 
2
###############################################################################
1
###############################################################################
3
# Copyright (c) ERG Transit Systems. 1996-2004
2
# Copyright (c) ERG Transit Systems. 1996-2010
4
#
3
#
5
# File:         PLATFORM/solaris
4
# File:         PLATFORM/SOLARIS
6
#
5
#
7
# Contents:     Solaris support
6
# Contents:     Solaris support for building under Solaris 8
8
#
7
#
9
# Version   Who      Date       Description
-
 
10
#           APY      03/11/00   Created
-
 
11
###############################################################################
8
###############################################################################
12
#
9
#
13
 
10
 
14
Linux86Init();
11
Solaris8Init();
15
 
12
 
16
sub Linux86Init
13
sub Solaris8Init
17
{
14
{
18
    Toolset( '*', 'sunworks.pl' );
15
    Toolset( '*', 'sunworks.pl', '--Studio=SunWorkshop6.1' );
19
    PlatformDefines( "solaris.def" );
16
    PlatformDefines( "solaris.def" );
20
 
17
 
21
 
-
 
22
    #
18
    #
23
    # .. Build definitions
19
    # .. Build definitions
24
    #
20
    #
25
    $HOST_KERNEL    = '';
21
    $HOST_KERNEL    = '';
26
    $HOST_CPU       = 'sparc';
22
    $HOST_CPU       = 'sparc';