From 0e224fce0742d14bd45c358a7228997421a40393 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Tue, 17 Jun 2014 19:54:18 +0200 Subject: rebootstrap: new architectures * sh4 succeeds in gcc dance * mips64el suggested by Aurelien Jarno --- job-cfg/rebootstrap.yaml.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py index 33ea5fa2..201e3743 100755 --- a/job-cfg/rebootstrap.yaml.py +++ b/job-cfg/rebootstrap.yaml.py @@ -3,9 +3,10 @@ architectures = """ i386 hppa - mips mipsel + mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390 s390x + sh4 sparc sparc64 x32 """.split() -- cgit v1.2.3-54-g00ecf