diff options
Diffstat (limited to 'build_opts')
-rw-r--r-- | build_opts/ALPHA_FS | 2 | ||||
-rw-r--r-- | build_opts/ALPHA_FS_TL | 2 | ||||
-rw-r--r-- | build_opts/ALPHA_SE | 2 | ||||
-rw-r--r-- | build_opts/MIPS_SE | 2 | ||||
-rw-r--r-- | build_opts/SPARC_SE | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/build_opts/ALPHA_FS b/build_opts/ALPHA_FS new file mode 100644 index 000000000..ddd69b9b3 --- /dev/null +++ b/build_opts/ALPHA_FS @@ -0,0 +1,2 @@ +FULL_SYSTEM = 1 +ALPHA_TLASER = 0 diff --git a/build_opts/ALPHA_FS_TL b/build_opts/ALPHA_FS_TL new file mode 100644 index 000000000..4f3e201ec --- /dev/null +++ b/build_opts/ALPHA_FS_TL @@ -0,0 +1,2 @@ +FULL_SYSTEM = 1 +ALPHA_TLASER = 1 diff --git a/build_opts/ALPHA_SE b/build_opts/ALPHA_SE new file mode 100644 index 000000000..3fedc22ca --- /dev/null +++ b/build_opts/ALPHA_SE @@ -0,0 +1,2 @@ +FULL_SYSTEM = 0 +SS_COMPATIBLE_FP = 1 diff --git a/build_opts/MIPS_SE b/build_opts/MIPS_SE new file mode 100644 index 000000000..e74e2f69c --- /dev/null +++ b/build_opts/MIPS_SE @@ -0,0 +1,2 @@ +TARGET_ISA = 'mips' +FULL_SYSTEM = 0 diff --git a/build_opts/SPARC_SE b/build_opts/SPARC_SE new file mode 100644 index 000000000..3b256fc34 --- /dev/null +++ b/build_opts/SPARC_SE @@ -0,0 +1,2 @@ +TARGET_ISA = 'sparc' +FULL_SYSTEM = 0 |