SConscript (8802:ef66a9083bc4) SConscript (8889:2e38fd9937a9)
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2006 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 263 unchanged lines hidden (view full) ---

272 'tsunami-simple-timing-dual',
273 'twosys-tsunami-simple-atomic',
274 'tsunami-o3', 'tsunami-o3-dual',
275 'tsunami-inorder']
276if env['TARGET_ISA'] == 'sparc':
277 configs += ['t1000-simple-atomic',
278 't1000-simple-timing']
279if env['TARGET_ISA'] == 'arm':
1# -*- mode:python -*-
2
3# Copyright (c) 2004-2006 The Regents of The University of Michigan
4# All rights reserved.
5#
6# Redistribution and use in source and binary forms, with or without
7# modification, are permitted provided that the following conditions are
8# met: redistributions of source code must retain the above copyright

--- 263 unchanged lines hidden (view full) ---

272 'tsunami-simple-timing-dual',
273 'twosys-tsunami-simple-atomic',
274 'tsunami-o3', 'tsunami-o3-dual',
275 'tsunami-inorder']
276if env['TARGET_ISA'] == 'sparc':
277 configs += ['t1000-simple-atomic',
278 't1000-simple-timing']
279if env['TARGET_ISA'] == 'arm':
280 configs += ['realview-simple-atomic',
280 configs += ['simple-atomic-dummychecker',
281 'o3-timing-checker',
282 'realview-simple-atomic',
281 'realview-simple-atomic-dual',
282 'realview-simple-timing',
283 'realview-simple-timing-dual',
284 'realview-o3',
283 'realview-simple-atomic-dual',
284 'realview-simple-timing',
285 'realview-simple-timing-dual',
286 'realview-o3',
287 'realview-o3-checker',
285 'realview-o3-dual']
286if env['TARGET_ISA'] == 'x86':
287 configs += ['pc-simple-atomic',
288 'pc-simple-timing',
289 'pc-o3-timing']
290
291configs += ['simple-atomic', 'simple-timing', 'o3-timing', 'memtest',
292 'simple-atomic-mp', 'simple-timing-mp', 'o3-timing-mp',

--- 16 unchanged lines hidden ---
288 'realview-o3-dual']
289if env['TARGET_ISA'] == 'x86':
290 configs += ['pc-simple-atomic',
291 'pc-simple-timing',
292 'pc-o3-timing']
293
294configs += ['simple-atomic', 'simple-timing', 'o3-timing', 'memtest',
295 'simple-atomic-mp', 'simple-timing-mp', 'o3-timing-mp',

--- 16 unchanged lines hidden ---