Rev 5708 | Blame | Compare with Previous | Last modification | View Log | RSS feed
################################################################################ COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.## File: PLATFORM/VIPER2## This file is used within makelib to configure the toolset# It is not used when processing the build.pl file#################################################################################VIPER2Init();sub VIPER2Init{# Unix platform definitions#$HOST_KERNEL = "LINUX";$HOST_CPU = "powerpc";$HOST_PROD = "" if ( $HOST_PROD eq "" );$HOST_FAM = "LINUX_POWERPC" if ( $HOST_FAM eq "" );# Toolset and generic platforms#Toolset( '*', 'gcc.pl', '--Target=Linux 603e','--CrossAlias=powerpc-603e-linux-gnu-v2' );PlatformRequire( "unix" );}