SConscript (8120:e4257cde2d79) | SConscript (8150:d062791aad69) |
---|---|
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 --- 262 unchanged lines hidden (view full) --- 271 'tsunami-simple-timing-dual', 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', | 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 --- 262 unchanged lines hidden (view full) --- 271 'tsunami-simple-timing-dual', 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'] | 279 'realview-simple-timing', 280 'realview-o3'] |
280 if env['TARGET_ISA'] == 'x86': 281 configs += ['pc-simple-atomic', 282 'pc-simple-timing'] 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'] --- 25 unchanged lines hidden --- | 281 if env['TARGET_ISA'] == 'x86': 282 configs += ['pc-simple-atomic', 283 'pc-simple-timing'] 284 285else: 286 configs += ['simple-atomic', 'simple-timing', 'o3-timing', 'memtest', 287 'simple-atomic-mp', 'simple-timing-mp', 'o3-timing-mp', 288 'inorder-timing', 'rubytest'] --- 25 unchanged lines hidden --- |