Subversion Repositories DevTools

Rev

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

Rev 255 Rev 4162
Line 29... Line 29...
29
#           Operating System
29
#           Operating System
30
#           architecture
30
#           architecture
31
#
31
#
32
my %valid_machines = (
32
my %valid_machines = (
33
    'linux_i386'             => [ 'LINUX' , 'i386' ],
33
    'linux_i386'             => [ 'LINUX' , 'i386' ],
-
 
34
    'linux_x64'              => [ 'LINUX' , 'i386' ],
34
);
35
);
35
 
36
 
36
#-------------------------------------------------------------------------------
37
#-------------------------------------------------------------------------------
37
# Function        : new_platform
38
# Function        : new_platform
38
#
39
#