Subversion Repositories DevTools

Rev

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

Rev 251 Rev 255
Line 11... Line 11...
11
sub PPC_603EInit
11
sub PPC_603EInit
12
{
12
{
13
#   Unix platform definitions
13
#   Unix platform definitions
14
#
14
#
15
    $HOST_KERNEL    = "LINUX";
15
    $HOST_KERNEL    = "LINUX";
16
    $HOST_CPU       = "P603E";
16
    $HOST_CPU       = "powerpc";
17
    $HOST_PROD      = ""                if ( $HOST_PROD eq "" );
17
    $HOST_PROD      = ""                if ( $HOST_PROD eq "" );
18
    $HOST_FAM       = "LINUX_POWERPC"   if ( $HOST_FAM eq "" );
18
    $HOST_FAM       = "LINUX_POWERPC"   if ( $HOST_FAM eq "" );
19
 
19
 
20
#   Toolset and generic platforms
20
#   Toolset and generic platforms
21
#
21
#