Subversion Repositories DevTools

Rev

Rev 4119 | Go to most recent revision | 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
{
#   Toolset and generic platforms
#
    Toolset( '*', 'gcc.pl', '--Target=SK20 gnueabi', '--CrossAlias=arm-iwmmxt-linux-gnueabi' );
}