Subversion Repositories DevTools

Rev

Rev 4902 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

###############################################################################
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
#
# File:         PLATFORM/UBUNTU14
#
# Contents:     GCC 4.8.2 64bit support
#
###############################################################################
#

Ubuntu14Init();
    
sub Ubuntu14Init
{
#   Unix platform definitions
#
    $HOST_KERNEL    = "LINUX";
    $HOST_CPU       = "X86_64";
    $HOST_PROD      = ""                if ( $HOST_PROD eq "" );
    $HOST_FAM       = "LINUX_X86_64"    if ( $HOST_FAM eq "" );

#   Toolset and generic platforms
#
    Toolset( '*', 'gcc.pl', '--Target=Ubuntu14', '--CrossAlias=x86_64-linux-gnu', '--UseCppcheck' );
    PlatformRequire( "unix" );
}