Rev 5619 | Blame | Compare with Previous | Last modification | View Log | RSS feed
################################################################################ COPYRIGHT - VIX IP PTY LTD ("VIX"). ALL RIGHTS RESERVED.## File: PLATFORM/SK20V41## Contents: SK20V41 support# This is the same as SK20,--Version=4.1.1.0, but this one is included# in the DEVLINUX alias.#################################################################################SK20V41Init();sub SK20V41Init{# Unix platform definitions#$HOST_KERNEL = "LINUX";$HOST_CPU = 'armunknown';$HOST_PROD = "" if ( $HOST_PROD eq "" );$HOST_FAM = "LINUX_ARM" if ( $HOST_FAM eq "" );## Toolset and generic platformsToolset( '*', 'gcc.pl', '--Target=SK20 gnueabi 4.1.1.0', '--CrossAlias=arm-unknown-linux-gnueabi-sk20-4.1.1.0' );PlatformRequire( "unix" );}