File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 70
70
TARGET : powerpc64-unknown-linux-gnu
71
71
powerpc64le-unknown-linux-gnu :
72
72
TARGET : powerpc64le-unknown-linux-gnu
73
- # s390x-unknown-linux-gnu:
74
- # TARGET: s390x-unknown-linux-gnu
73
+ s390x-unknown-linux-gnu :
74
+ TARGET : s390x-unknown-linux-gnu
75
75
# wasm32-wasi
76
76
# TARGET: wasm32-wasi
77
77
sparc64-unknown-linux-gnu :
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ mkdir -m 777 /qemu
6
6
cd /qemu
7
7
8
8
curl --retry 5 -LO https://github.com/qemu/qemu/raw/master/pc-bios/s390-ccw.img
9
- curl --retry 5 -LO http://ftp.debian.org/debian/dists/testing/main/installer-s390x/20190410 /images/generic/kernel.debian
10
- curl --retry 5 -LO http://ftp.debian.org/debian/dists/testing/main/installer-s390x/20190410 /images/generic/initrd.debian
9
+ curl --retry 5 -LO http://ftp.debian.org/debian/dists/testing/main/installer-s390x/20191129 /images/generic/kernel.debian
10
+ curl --retry 5 -LO http://ftp.debian.org/debian/dists/testing/main/installer-s390x/20191129 /images/generic/initrd.debian
11
11
12
12
mv kernel.debian kernel
13
13
mv initrd.debian initrd.gz
Original file line number Diff line number Diff line change @@ -2531,6 +2531,8 @@ fn test_linux(target: &str) {
2531
2531
"utsname" if mips32 || mips64 => true ,
2532
2532
// FIXME:
2533
2533
"mcontext_t" if s390x => true ,
2534
+ // FIXME: This is actually a union.
2535
+ "fpreg_t" if s390x => true ,
2534
2536
2535
2537
"sockaddr_un" | "sembuf" | "ff_constant_effect"
2536
2538
if mips32 && ( gnu || musl) =>
You can’t perform that action at this time.
0 commit comments