X86: Add scripts to support X86 FS configurations in the regressions.
This commit is contained in:
@@ -277,6 +277,9 @@ if env['FULL_SYSTEM']:
|
||||
if env['TARGET_ISA'] == 'arm':
|
||||
configs += ['realview-simple-atomic',
|
||||
'realview-simple-timing']
|
||||
if env['TARGET_ISA'] == 'x86':
|
||||
configs += ['pc-simple-atomic',
|
||||
'pc-simple-timing']
|
||||
|
||||
else:
|
||||
configs += ['simple-atomic', 'simple-timing', 'o3-timing', 'memtest',
|
||||
|
||||
Reference in New Issue
Block a user