SConscript (8498:22a15643e2ca) | SConscript (8528:1f95c9a0bb2f) |
---|---|
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 'twosys-tsunami-simple-atomic', 273 'tsunami-o3', 'tsunami-o3-dual', 274 'tsunami-inorder'] 275 if env['TARGET_ISA'] == 'sparc': 276 configs += ['t1000-simple-atomic', 277 't1000-simple-timing'] 278 if env['TARGET_ISA'] == 'arm': 279 configs += ['realview-simple-atomic', | 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 'twosys-tsunami-simple-atomic', 273 'tsunami-o3', 'tsunami-o3-dual', 274 'tsunami-inorder'] 275 if env['TARGET_ISA'] == 'sparc': 276 configs += ['t1000-simple-atomic', 277 't1000-simple-timing'] 278 if env['TARGET_ISA'] == 'arm': 279 configs += ['realview-simple-atomic', |
280 'realview-simple-atomic-dual', |
|
280 'realview-simple-timing', | 281 'realview-simple-timing', |
281 'realview-o3'] | 282 'realview-simple-timing-dual', 283 'realview-o3', 284 'realview-o3-dual'] |
282 if env['TARGET_ISA'] == 'x86': 283 configs += ['pc-simple-atomic', 284 'pc-simple-timing', 285 'pc-o3-timing'] 286 287else: 288 configs += ['simple-atomic', 'simple-timing', 'o3-timing', 'memtest', 289 'simple-atomic-mp', 'simple-timing-mp', 'o3-timing-mp', --- 16 unchanged lines hidden --- | 285 if env['TARGET_ISA'] == 'x86': 286 configs += ['pc-simple-atomic', 287 'pc-simple-timing', 288 'pc-o3-timing'] 289 290else: 291 configs += ['simple-atomic', 'simple-timing', 'o3-timing', 'memtest', 292 'simple-atomic-mp', 'simple-timing-mp', 'o3-timing-mp', --- 16 unchanged lines hidden --- |