Subversion Repositories DevTools

Rev

Rev 255 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 255 Rev 261
Line 28... Line 28...
28
#           architecture
28
#           architecture
29
#
29
#
30
my %valid_machines = (
30
my %valid_machines = (
31
    'linux_i386'             => [ 'LMOS_ARM9TDMI',
31
    'linux_i386'             => [ 'LMOS_ARM9TDMI',
32
                                  'LMOS_LINUX_EMU',
32
                                  'LMOS_LINUX_EMU',
33
                                  'LMOS_LINUX_ETX'
33
                                  'LMOS_LINUX_ETX',
34
                                  'LMOS_PPC_603E'
34
                                  'LMOS_PPC_603E',
35
                                  ],
35
                                  ],
36
);
36
);
37
 
37
 
38
#-------------------------------------------------------------------------------
38
#-------------------------------------------------------------------------------
39
# Function        : new_platform
39
# Function        : new_platform