38d37
< m5_root = os.path.dirname(config_root)
42a42
> import Options
44a45
> Options.addCommonOptions(parser)
46d46
< #
48d47
< #
51,52d49
< execfile(os.path.join(config_root, "configs/common", "Options.py"))
<