Subversion Repositories DevTools

Rev

Rev 5709 | Blame | Last modification | View Log | RSS feed

# -*- mode: perl; indent-width: 4; -*-
###############################################################################
# COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.
# 
# File:         PLATFORM/MERG
#
# Contents:     MERG (Linux target)
#
# Revision History:
#   06/11/00  GHO   Created
###############################################################################
#

MergInit();

###############################################################################
#.  EOS HK platform runtime configuration
#
###############################################################################
sub MergInit
{ 
    $HOST_PROD      = "MERG";
    $HOST_FAM       = "HKGMP2";             #2nd generation gate
    $HOST_CPU       = "P386";

    AddFlags( '*',  '-DPERTH' );

    PlatformRequire( "linux86" );
}