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/linux86
#
# Contents:     GCC 32bit support
#
# Revision History:
#   03/11/00  APY   Created
###############################################################################
#

Linux86Init();

sub Linux86Init
{
    Toolset( '*', 'gcc.pl' );            #GCC C/C++
    PlatformDefines( "linux86.def" );


    #   Unix platform definitions
    #
    $HOST_KERNEL = '';
    $HOST_PROD  = $ScmPlatform;
    $HOST_FAM   = "LINUX";
    $HOST_CPU   = "\$(GBE_MACHTYPE)";
    
    PlatformRequire( "unix" );
}