Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
################################################################################ Copyright (c) VIX TECHNOLOGY (AUST) LTD## File: PLATFORM/UBUNTU12C11## Contents: GCC 5.2.0 32bit support#################################################################################Ubuntu12C11Init();sub Ubuntu12C11Init{# Unix platform definitions#$HOST_KERNEL = "LINUX";$HOST_CPU = "I386";$HOST_PROD = "" if ( $HOST_PROD eq "" );$HOST_FAM = "LINUX_I386" if ( $HOST_FAM eq "" );# Toolset and generic platforms#Toolset( '*', 'gcc.pl', '--Target=Ubuntu12C11', '--CrossAlias=i686-vix_ubuntu12_c11-linux-gnu', '--UseCppcheck' );PlatformRequire( "unix" );}