# -*- mode: perl; indent-width: 4; -*- ############################################################################### # Copyright (c) ERG Transit Systems. 1996-2004 # # 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" ); }