SConscript (8492:1ad244a20877) | SConscript (8498:22a15643e2ca) |
---|---|
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 --- 267 unchanged lines hidden (view full) --- 276 configs += ['t1000-simple-atomic', 277 't1000-simple-timing'] 278 if env['TARGET_ISA'] == 'arm': 279 configs += ['realview-simple-atomic', 280 'realview-simple-timing', 281 'realview-o3'] 282 if env['TARGET_ISA'] == 'x86': 283 configs += ['pc-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 --- 267 unchanged lines hidden (view full) --- 276 configs += ['t1000-simple-atomic', 277 't1000-simple-timing'] 278 if env['TARGET_ISA'] == 'arm': 279 configs += ['realview-simple-atomic', 280 'realview-simple-timing', 281 'realview-o3'] 282 if env['TARGET_ISA'] == 'x86': 283 configs += ['pc-simple-atomic', |
284 'pc-simple-timing'] | 284 'pc-simple-timing', 285 'pc-o3-timing'] |
285 286else: 287 configs += ['simple-atomic', 'simple-timing', 'o3-timing', 'memtest', 288 'simple-atomic-mp', 'simple-timing-mp', 'o3-timing-mp', 289 'inorder-timing', 'rubytest'] 290 291if env['PROTOCOL'] != 'None': 292 if env['PROTOCOL'] == 'MI_example': --- 12 unchanged lines hidden --- | 286 287else: 288 configs += ['simple-atomic', 'simple-timing', 'o3-timing', 'memtest', 289 'simple-atomic-mp', 'simple-timing-mp', 'o3-timing-mp', 290 'inorder-timing', 'rubytest'] 291 292if env['PROTOCOL'] != 'None': 293 if env['PROTOCOL'] == 'MI_example': --- 12 unchanged lines hidden --- |