Subversion Repositories DevTools

Rev

Rev 5525 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5525 Rev 5619
Line 2... Line 2...
2
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
2
# Copyright (c) VIX TECHNOLOGY (AUST) LTD
3
#
3
#
4
# File:         PLATFORM/SK20V41
4
# File:         PLATFORM/SK20V41
5
#
5
#
6
# Contents:     SK20V41 support
6
# Contents:     SK20V41 support
7
#               This is the same as SK20,--Version=4.1.0.0, but this one is included
7
#               This is the same as SK20,--Version=4.1.1.0, but this one is included
8
#               in the DEVLINUX alias.
8
#               in the DEVLINUX alias.
9
#
9
#
10
###############################################################################
10
###############################################################################
11
#
11
#
12
 
12
 
Line 23... Line 23...
23
    $HOST_FAM       = "LINUX_ARM"       if ( $HOST_FAM eq "" );
23
    $HOST_FAM       = "LINUX_ARM"       if ( $HOST_FAM eq "" );
24
 
24
 
25
#
25
#
26
#   Toolset and generic platforms
26
#   Toolset and generic platforms
27
 
27
 
28
    Toolset( '*', 'gcc.pl', '--Target=SK20 gnueabi 4.1.0.0', '--CrossAlias=arm-iwmmxt-linux-gnueabi' );
28
    Toolset( '*', 'gcc.pl', '--Target=SK20 gnueabi 4.1.1.0', '--CrossAlias=arm-unknown-linux-gnueabi-sk20-4.1.1.0' );
29
    PlatformRequire( "unix" );
29
    PlatformRequire( "unix" );
30
}
30
}
31
 
31