Subversion Repositories DevTools

Rev

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

Rev 4969 Rev 5035
Line 28... Line 28...
28
#           Operating System
28
#           Operating System
29
#           architecture
29
#           architecture
30
#
30
#
31
my %valid_machines = (
31
my %valid_machines = (
32
    'linux_i386'             => [ 'LINUX_I386' ],                   # Current compiler on 32 bit linux
32
    'linux_i386'             => [ 'LINUX_I386' ],                   # Current compiler on 32 bit linux
33
    'linux_x64'              => [ 'UBUNTU14',                      # Current compiler on 64 bit linux
33
    'linux_x64'              => [ 'UBUNTU14',                       # Current compiler on 64 bit linux
34
                                  'UBUNTU14_INSTRUMENT' ],    
34
                                  'UBUNTU14_INSTRUMENT' ],    
35
);
35
);
36
 
36
 
37
#-------------------------------------------------------------------------------
37
#-------------------------------------------------------------------------------
38
# Function        : new_platform
38
# Function        : new_platform