Subversion Repositories DevTools

Rev

Rev 7307 | Rev 7321 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7307 Rev 7320
Line 131... Line 131...
131
       VERSION      => '4.9.1',
131
       VERSION      => '4.9.1',
132
       MACHINE      => 'arm-unknown-linux-gnueabi',
132
       MACHINE      => 'arm-unknown-linux-gnueabi',
133
       COMPILER_OPTIONS =>  'pic,brokenldscripts',
133
       COMPILER_OPTIONS =>  'pic,brokenldscripts',
134
    },
134
    },
135
 
135
 
-
 
136
    # Ubuntu14
136
    'x86_64-linux-gnu'    => {
137
    'x86_64-linux-gnu'    => {
137
       ROOT         => '/usr',
138
       ROOT         => '/usr',
138
       BASE         => 'bin/',
139
       BASE         => 'bin/',
139
       PACKAGE_ARCH => 'amd64',
140
       PACKAGE_ARCH => 'amd64',
-
 
141
       CXX_OPTS     => '-std=gnu++11',
140
       VERSION      => '4.8',
142
       VERSION      => '4.8',
141
       MACHINE      => 'x86_64-linux-gnu',
143
       MACHINE      => 'x86_64-linux-gnu',
142
       COMPILER_OPTIONS =>  'pic'               # Always create PIC
144
       COMPILER_OPTIONS =>  'pic'               # Always create PIC
143
    },
145
    },
144
 
146
 
-
 
147
    # Ubuntu16
145
    'x86_64-linux-gnu-5.4'    => {
148
    'x86_64-linux-gnu-5.4'    => {
146
       ROOT         => '/usr',
149
       ROOT         => '/usr',
147
       BASE         => 'bin/',
150
       BASE         => 'bin/',
148
       PACKAGE_ARCH => 'amd64',
151
       PACKAGE_ARCH => 'amd64',
-
 
152
       CXX_OPTS     => '-std=gnu++11',
149
       VERSION      => '5.4.0',
153
       VERSION      => '5.4.0',
150
       MACHINE      => 'x86_64-linux-gnu',
154
       MACHINE      => 'x86_64-linux-gnu',
151
       COMPILER_OPTIONS =>  'pic'               # Always create PIC
155
       COMPILER_OPTIONS =>  'pic'               # Always create PIC
152
    },
156
    },
153
 
157
 
154
    'x86_64-redhat-linux-4.8.5' => {
158
    'x86_64-redhat-linux-4.8.5' => {
155
        ROOT         => '/usr',
159
        ROOT         => '/usr',
156
        BASE         => 'bin/',
160
        BASE         => 'bin/',
157
        PACKAGE_ARCH => 'x86_64',
161
        PACKAGE_ARCH => 'x86_64',
-
 
162
        CXX_OPTS     => '-std=gnu++11',
158
        VERSION      => '4.8.5',
163
        VERSION      => '4.8.5',
159
        MACHINE      => 'x86_64-redhat-linux',
164
        MACHINE      => 'x86_64-redhat-linux',
160
        COMPILER_OPTIONS =>  'pic'               # Always create PIC
165
        COMPILER_OPTIONS =>  'pic'               # Always create PIC
161
        },
166
        },
162
 
167