File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 7070 TARGET : powerpc64-unknown-linux-gnu
7171 powerpc64le-unknown-linux-gnu :
7272 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
7575 # wasm32-wasi
7676 # TARGET: wasm32-wasi
7777 sparc64-unknown-linux-gnu :
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ mkdir -m 777 /qemu
66cd /qemu
77
88curl --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
1111
1212mv kernel.debian kernel
1313mv initrd.debian initrd.gz
Original file line number Diff line number Diff line change @@ -2531,6 +2531,8 @@ fn test_linux(target: &str) {
25312531 "utsname" if mips32 || mips64 => true ,
25322532 // FIXME:
25332533 "mcontext_t" if s390x => true ,
2534+ // FIXME: This is actually a union.
2535+ "fpreg_t" if s390x => true ,
25342536
25352537 "sockaddr_un" | "sembuf" | "ff_constant_effect"
25362538 if mips32 && ( gnu || musl) =>
You can’t perform that action at this time.
0 commit comments