Rev 3965 | Rev 4728 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
################################################################################ Copyright (C) 1998-2013 Vix Technology, All rights reserved## File: PLATFORM/UBUNTU12## Contents: GCC 4.6 32bit support#################################################################################Ubuntu12Init();sub Ubuntu12Init{# 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=Ubuntu12', '--CrossAlias=i686-linux-gnu' );PlatformRequire( "unix" );}