Subversion Repositories DevTools

Rev

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

Rev 4162 Rev 4164
Line 28... Line 28...
28
#   Hash values are an array of:
28
#   Hash values are an array of:
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' ],           # Current compiler on 32 bit linux
34
    'linux_x64'              => [ 'LINUX' , 'i386' ],
34
    'linux_x64'              => [ 'LINUX' , 'x64' ],            # Current compiler on 64 bit linux
35
);
35
);
36
 
36
 
37
#-------------------------------------------------------------------------------
37
#-------------------------------------------------------------------------------
38
# Function        : new_platform
38
# Function        : new_platform
39
#
39
#