SConscript (10404:560aead2320f) SConscript (10512:b423e1d0735e)
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

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

327 'realview-o3',
328 'realview-o3-checker',
329 'realview-o3-dual',
330 'realview-minor',
331 'realview-minor-dual',
332 'realview-switcheroo-atomic',
333 'realview-switcheroo-timing',
334 'realview-switcheroo-o3',
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

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

327 'realview-o3',
328 'realview-o3-checker',
329 'realview-o3-dual',
330 'realview-minor',
331 'realview-minor-dual',
332 'realview-switcheroo-atomic',
333 'realview-switcheroo-timing',
334 'realview-switcheroo-o3',
335 'realview-switcheroo-full']
335 'realview-switcheroo-full',
336 'realview64-simple-atomic',
337 'realview64-simple-atomic-dual',
338 'realview64-simple-timing',
339 'realview64-simple-timing-dual',
340 'realview64-o3',
341 'realview64-o3-checker',
342 'realview64-o3-dual',
343 'realview64-minor',
344 'realview64-minor-dual',
345 'realview64-switcheroo-atomic',
346 'realview64-switcheroo-timing',
347 'realview64-switcheroo-o3',
348 'realview64-switcheroo-full']
336if env['TARGET_ISA'] == 'x86':
337 configs += ['pc-simple-atomic',
338 'pc-simple-timing',
339 'pc-o3-timing',
340 'pc-switcheroo-full']
341
342configs += ['simple-atomic', 'simple-atomic-mp',
343 'simple-timing', 'simple-timing-mp',

--- 19 unchanged lines hidden ---
349if env['TARGET_ISA'] == 'x86':
350 configs += ['pc-simple-atomic',
351 'pc-simple-timing',
352 'pc-o3-timing',
353 'pc-switcheroo-full']
354
355configs += ['simple-atomic', 'simple-atomic-mp',
356 'simple-timing', 'simple-timing-mp',

--- 19 unchanged lines hidden ---