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 | |
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')
-rw-r--r-- | build/default_options/ALPHA_FS | 2 | ||||
-rw-r--r-- | build/default_options/ALPHA_FS_TL | 2 | ||||
-rw-r--r-- | build/default_options/ALPHA_SE | 2 | ||||
-rw-r--r-- | build/default_options/MIPS_SE | 2 | ||||
-rw-r--r-- | build/default_options/SPARC_SE | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/build/default_options/ALPHA_FS b/build/default_options/ALPHA_FS new file mode 100644 index 000000000..ddd69b9b3 --- /dev/null +++ b/build/default_options/ALPHA_FS @@ -0,0 +1,2 @@ +FULL_SYSTEM = 1 +ALPHA_TLASER = 0 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 diff --git a/build/default_options/ALPHA_SE b/build/default_options/ALPHA_SE new file mode 100644 index 000000000..3fedc22ca --- /dev/null +++ b/build/default_options/ALPHA_SE @@ -0,0 +1,2 @@ +FULL_SYSTEM = 0 +SS_COMPATIBLE_FP = 1 diff --git a/build/default_options/MIPS_SE b/build/default_options/MIPS_SE new file mode 100644 index 000000000..e74e2f69c --- /dev/null +++ b/build/default_options/MIPS_SE @@ -0,0 +1,2 @@ +TARGET_ISA = 'mips' +FULL_SYSTEM = 0 diff --git a/build/default_options/SPARC_SE b/build/default_options/SPARC_SE new file mode 100644 index 000000000..3b256fc34 --- /dev/null +++ b/build/default_options/SPARC_SE @@ -0,0 +1,2 @@ +TARGET_ISA = 'sparc' +FULL_SYSTEM = 0 |