summaryrefslogtreecommitdiff
path: root/build/default_options
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-03-09 18:35:28 -0500
committerGabe Black <gblack@eecs.umich.edu>2006-03-09 18:35:28 -0500
commit872bbdfc33cb82bf32576db3a57d3055a04acbac (patch)
tree837dd214bd682ac7efa515b18857bec7d4d35bef /build/default_options
parent3adb45144aca819c9796168ecde7a263169d9d4d (diff)
parent7b283dbc090d1197593b00fd1279b92f7c2e693e (diff)
downloadgem5-872bbdfc33cb82bf32576db3a57d3055a04acbac.tar.xz
Hand merge. Stuff probably doesn't compile.
--HG-- rename : arch/alpha/isa_desc => arch/alpha/isa/main.isa rename : arch/alpha/alpha_linux_process.cc => arch/alpha/linux/process.cc rename : arch/alpha/alpha_linux_process.hh => arch/alpha/linux/process.hh rename : arch/alpha/alpha_tru64_process.cc => arch/alpha/tru64/process.cc rename : arch/alpha/alpha_tru64_process.hh => arch/alpha/tru64/process.hh rename : cpu/exec_context.cc => cpu/cpu_exec_context.cc rename : cpu/exec_context.hh => cpu/cpu_exec_context.hh extra : convert_revision : 7d1efcedd708815d985a951f6f010fbd83dc27e8
Diffstat (limited to 'build/default_options')
-rw-r--r--build/default_options/ALPHA_FS2
-rw-r--r--build/default_options/ALPHA_FS_TL2
-rw-r--r--build/default_options/ALPHA_SE2
-rw-r--r--build/default_options/MIPS_SE2
-rw-r--r--build/default_options/SPARC_SE2
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