diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2006-03-07 02:11:11 -0500 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2006-03-07 02:11:11 -0500 |
commit | fd69f40e209d1b77ce167bf59c189e513a6815f3 (patch) | |
tree | db641c495808ced7e8fab00e953ec58b4d47d356 /build/default_options/ALPHA_FS_TL | |
parent | 9358681756e4ec2cc66062700e8075effebb40dc (diff) | |
download | gem5-fd69f40e209d1b77ce167bf59c189e513a6815f3.tar.xz |
Rename default options path from "build_options/default" to "default_options",
and current options path from "build_options/current" to "options".
This way we can symlink default_options to a different build dir
w/o clobbering the current options.
--HG--
rename : build/build_options/default/ALPHA_FS => build/default_options/ALPHA_FS
rename : build/build_options/default/ALPHA_FS_TL => build/default_options/ALPHA_FS_TL
rename : build/build_options/default/ALPHA_SE => build/default_options/ALPHA_SE
rename : build/build_options/default/MIPS_SE => build/default_options/MIPS_SE
rename : build/build_options/default/SPARC_SE => build/default_options/SPARC_SE
extra : convert_revision : 8c0d3139cdd7e9ed40a9f2deeb47f65f24e52799
Diffstat (limited to 'build/default_options/ALPHA_FS_TL')
-rw-r--r-- | build/default_options/ALPHA_FS_TL | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/default_options/ALPHA_FS_TL b/build/default_options/ALPHA_FS_TL new file mode 100644 index 000000000..4f3e201ec --- /dev/null +++ b/build/default_options/ALPHA_FS_TL @@ -0,0 +1,2 @@ +FULL_SYSTEM = 1 +ALPHA_TLASER = 1 |