SConscript (7735:a1a85250e897) | SConscript (7926:38ade63ef775) |
---|---|
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 if env['TARGET_ISA'] == 'sparc': 275 configs += ['t1000-simple-atomic', 276 't1000-simple-timing'] 277 if env['TARGET_ISA'] == 'arm': 278 configs += ['realview-simple-atomic', 279 'realview-simple-timing'] | 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 if env['TARGET_ISA'] == 'sparc': 275 configs += ['t1000-simple-atomic', 276 't1000-simple-timing'] 277 if env['TARGET_ISA'] == 'arm': 278 configs += ['realview-simple-atomic', 279 'realview-simple-timing'] |
280 if env['TARGET_ISA'] == 'x86': 281 configs += ['pc-simple-atomic', 282 'pc-simple-timing'] |
|
280 281else: 282 configs += ['simple-atomic', 'simple-timing', 'o3-timing', 'memtest', 283 'simple-atomic-mp', 'simple-timing-mp', 'o3-timing-mp', 284 'inorder-timing', 'rubytest'] 285 286if env['RUBY']: 287 # With Ruby, A protocol must be specified in the environment --- 22 unchanged lines hidden --- | 283 284else: 285 configs += ['simple-atomic', 'simple-timing', 'o3-timing', 'memtest', 286 'simple-atomic-mp', 'simple-timing-mp', 'o3-timing-mp', 287 'inorder-timing', 'rubytest'] 288 289if env['RUBY']: 290 # With Ruby, A protocol must be specified in the environment --- 22 unchanged lines hidden --- |