38a39,43
> # Get paths we might need. It's expected this file is in m5/configs/example.
> config_path = os.path.dirname(os.path.abspath(__file__))
> config_root = os.path.dirname(config_path)
> m5_root = os.path.dirname(config_root)
>
43c48
< default="../../tests/test-progs/hello/bin/alpha/linux/hello",
---
> default=os.path.join(m5_root, "tests/test-progs/hello/bin/alpha/linux/hello"),
51c56
< execfile("Options.py")
---
> execfile(os.path.join(config_root, "common", "Options.py"))