diff options
author | Nilay Vaish <nilay@cs.wisc.edu> | 2012-06-07 08:05:30 -0500 |
---|---|---|
committer | Nilay Vaish <nilay@cs.wisc.edu> | 2012-06-07 08:05:30 -0500 |
commit | 78a72d69727273d7ccc844bc05d080341bf9d7fa (patch) | |
tree | 5752acf2e02a00000e4eec10e8274d1e4d4702d8 /configs/example | |
parent | d6da3ff3175c54ba904f6e561bd4b23f52ddf84d (diff) | |
download | gem5-78a72d69727273d7ccc844bc05d080341bf9d7fa.tar.xz |
Config: changes to a couple of error msgs
Diffstat (limited to 'configs/example')
-rw-r--r-- | configs/example/fs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/example/fs.py b/configs/example/fs.py index 33dc63af4..a85491c91 100644 --- a/configs/example/fs.py +++ b/configs/example/fs.py @@ -107,7 +107,7 @@ elif buildEnv['TARGET_ISA'] == "arm": bare_metal=options.bare_metal) Simulation.setWorkCountOptions(test_sys, options) else: - fatal("incapable of building non-alpha or non-sparc full system!") + fatal("Incapable of building %s full system!", buildEnv['TARGET_ISA']) if options.kernel is not None: test_sys.kernel = binary(options.kernel) |