Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
227 dpurdie 1
# -*- mode: perl; indent-width: 4; -*-
2
###############################################################################
5709 dpurdie 3
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
227 dpurdie 4
# 
5
# File:         PLATFORM/MERG
6
#
7
# Contents:     MERG (Linux target)
8
#
9
# Revision History:
10
#   06/11/00  GHO   Created
11
###############################################################################
12
#
13
 
14
MergInit();
15
 
16
###############################################################################
17
#.  EOS HK platform runtime configuration
18
#
19
###############################################################################
20
sub MergInit
21
{ 
22
    $HOST_PROD      = "MERG";
23
    $HOST_FAM       = "HKGMP2";             #2nd generation gate
24
    $HOST_CPU       = "P386";
25
 
26
    AddFlags( '*',  '-DPERTH' );
27
 
28
    PlatformRequire( "linux86" );
29
}