From 78a72d69727273d7ccc844bc05d080341bf9d7fa Mon Sep 17 00:00:00 2001 From: Nilay Vaish Date: Thu, 7 Jun 2012 08:05:30 -0500 Subject: Config: changes to a couple of error msgs --- configs/example/fs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/example/fs.py') 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) -- cgit v1.2.3