Subversion Repositories DevTools

Rev

Rev 4119 | Blame | Compare with Previous | Last modification | View Log | RSS feed

###############################################################################
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
#
# File:         PLATFORM/SK20
#
# Contents:     SK20 support
#
###############################################################################
#

SK20Init();

sub SK20Init
{
#   Unix platform definitions
#
    $HOST_KERNEL    = "LINUX";
    $HOST_CPU       = "armiwmmxt";
    $HOST_PROD      = ""                if ( $HOST_PROD eq "" );
    $HOST_FAM       = "LINUX_ARM"       if ( $HOST_FAM eq "" );


#   Toolset and generic platforms
#
    Toolset( '*', 'gcc.pl', '--Target=SK20 gnueabi', '--CrossAlias=arm-iwmmxt-linux-gnueabi' );
    PlatformRequire( "unix" );
}