Subversion Repositories DevTools

Rev

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

Rev 227 Rev 247
Line 1... Line 1...
1
###############################################################################
1
###############################################################################
2
# Copyright (c) ERG Transit Systems. 1996-2006
2
# Copyright (c) ERG Transit Systems. 1996-2008
3
#
3
#
4
# File:         PLATFORM/DEVLINUX.cfg
4
# File:         PLATFORM/DEVLINUX.cfg
5
#
5
#
6
# Contents:     DEVLINUX Build support
6
# Contents:     DEVLINUX Build support
7
#
7
#
Line 29... Line 29...
29
#           architecture
29
#           architecture
30
#
30
#
31
my %valid_machines = (
31
my %valid_machines = (
32
    'linux_i386'             => [ 'ARM9TDMI',
32
    'linux_i386'             => [ 'ARM9TDMI',
33
                                  'LINUX_EMU',
33
                                  'LINUX_EMU',
34
                                  'LINUX_ETX' ],
34
                                  'LINUX_ETX',
-
 
35
                                  'PPC_603E' ],
35
);
36
);
36
 
37
 
37
#-------------------------------------------------------------------------------
38
#-------------------------------------------------------------------------------
38
# Function        : new_platform
39
# Function        : new_platform
39
#
40
#