Subversion Repositories DevTools

Rev

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

Rev 4114 Rev 4119
Line 10... Line 10...
10
 
10
 
11
SK20Init();
11
SK20Init();
12
 
12
 
13
sub SK20Init
13
sub SK20Init
14
{
14
{
-
 
15
#   Unix platform definitions
-
 
16
#
-
 
17
    $HOST_KERNEL    = "LINUX";
-
 
18
    $HOST_CPU       = "armiwmmxt";
-
 
19
    $HOST_PROD      = ""                if ( $HOST_PROD eq "" );
-
 
20
    $HOST_FAM       = "LINUX_ARM"       if ( $HOST_FAM eq "" );
-
 
21
 
-
 
22
 
15
#   Toolset and generic platforms
23
#   Toolset and generic platforms
16
#
24
#
17
    Toolset( '*', 'gcc.pl', '--Target=SK20 gnueabi', '--CrossAlias=arm-iwmmxt-linux-gnueabi' );
25
    Toolset( '*', 'gcc.pl', '--Target=SK20 gnueabi', '--CrossAlias=arm-iwmmxt-linux-gnueabi' );
-
 
26
    PlatformRequire( "unix" );
18
}
27
}
19
 
28