diff options
author | Andreas Hansson <andreas.hansson@arm.com> | 2016-11-17 04:54:14 -0500 |
---|---|---|
committer | Andreas Hansson <andreas.hansson@arm.com> | 2016-11-17 04:54:14 -0500 |
commit | 6ed567d6002df081dd6cf2db6685d3e66c11272b (patch) | |
tree | d6df4c0abaf10391c9ca9fb9dfc833737c979e37 /src/arch/alpha/AlphaSystem.py | |
parent | 74249f80df4e6128da38dfb5dbf5f61285c673a2 (diff) | |
download | gem5-6ed567d6002df081dd6cf2db6685d3e66c11272b.tar.xz |
alpha: Remove ALPHA tru64 support and associated tests
No one appears to be using it, and it is causing build issues
and increases the development and maintenance effort.
Diffstat (limited to 'src/arch/alpha/AlphaSystem.py')
-rw-r--r-- | src/arch/alpha/AlphaSystem.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/arch/alpha/AlphaSystem.py b/src/arch/alpha/AlphaSystem.py index 5e4822f00..1bf3b1981 100644 --- a/src/arch/alpha/AlphaSystem.py +++ b/src/arch/alpha/AlphaSystem.py @@ -54,9 +54,3 @@ class FreebsdAlphaSystem(AlphaSystem): cxx_header = "arch/alpha/freebsd/system.hh" system_type = 34 system_rev = 1 << 10 - -class Tru64AlphaSystem(AlphaSystem): - type = 'Tru64AlphaSystem' - cxx_header = "arch/alpha/tru64/system.hh" - system_type = 12 - system_rev = 2<<1 |