Subversion Repositories DevTools

Rev

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

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