Rev 227 | Blame | Compare with Previous | Last modification | View Log | RSS feed
# -*- mode: perl; indent-width: 4; -*-################################################################################ Copyright (c) ERG Transit Systems. 1996-2004## 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" );}