Rev 5708 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
################################################################################ Copyright (c) VIX TECHNOLOGY (AUST) LTD## 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" );}