Subversion Repositories DevTools

Rev

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

Rev 337 Rev 3967
Line 30... Line 30...
30
my %valid_machines = (
30
my %valid_machines = (
31
    'linux_i386'             => [ 'COBRA',
31
    'linux_i386'             => [ 'COBRA',
32
                                  'ARM9TDMI',
32
                                  'ARM9TDMI',
33
                                  'LINUX_EMU',
33
                                  'LINUX_EMU',
34
                                  'LINUX_ETX',
34
                                  'LINUX_ETX',
35
                                  'PPC_603E' ],
35
                                  'PPC_603E',
-
 
36
                                  'UBUNTU12'
-
 
37
                                  ],
36
);
38
);
37
 
39
 
38
#-------------------------------------------------------------------------------
40
#-------------------------------------------------------------------------------
39
# Function        : new_platform
41
# Function        : new_platform
40
#
42
#