summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
Diffstat (limited to 'job-cfg')
-rwxr-xr-xjob-cfg/rebootstrap.yaml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py
index de70f5d9..321882db 100755
--- a/job-cfg/rebootstrap.yaml.py
+++ b/job-cfg/rebootstrap.yaml.py
@@ -6,7 +6,6 @@ architectures = """
mips mips64el mipsel
powerpc powerpcspe ppc64 ppc64el
s390 s390x
- sh4
sparc sparc64
x32
""".split()
@@ -17,6 +16,7 @@ mono_architectures = """
ia64
m68k
or1k
+ sh4
""".split()
architectures += mono_architectures