File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
mips64-unknown-linux-gnuabi64
mips64el-unknown-linux-gnuabi64 Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
6
6
qemu-system-mips64 file make
7
7
8
8
ENV CARGO_TARGET_MIPS64_UNKNOWN_LINUX_GNUABI64_LINKER=mips64-linux-gnuabi64-gcc \
9
- CARGO_TARGET_MIPS64_UNKNOWN_LINUX_GNUABI64_RUNNER="qemu-mips64 -L /usr/mips64-linux-gnuabi64" \
9
+ CARGO_TARGET_MIPS64_UNKNOWN_LINUX_GNUABI64_RUNNER="qemu-mips64 -cpu I6400 - L /usr/mips64-linux-gnuabi64" \
10
10
CC_mips64_unknown_linux_gnuabi64=mips64-linux-gnuabi64-gcc \
11
11
OBJDUMP=mips64-linux-gnuabi64-objdump
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
6
6
qemu-system-mips64el file make
7
7
8
8
ENV CARGO_TARGET_MIPS64EL_UNKNOWN_LINUX_GNUABI64_LINKER=mips64el-linux-gnuabi64-gcc \
9
- CARGO_TARGET_MIPS64EL_UNKNOWN_LINUX_GNUABI64_RUNNER="qemu-mips64el -L /usr/mips64el-linux-gnuabi64" \
9
+ CARGO_TARGET_MIPS64EL_UNKNOWN_LINUX_GNUABI64_RUNNER="qemu-mips64el -cpu I6400 - L /usr/mips64el-linux-gnuabi64" \
10
10
CC_mips64el_unknown_linux_gnuabi64=mips64el-linux-gnuabi64-gcc \
11
11
OBJDUMP=mips64el-linux-gnuabi64-objdump
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ case ${TARGET} in
13
13
aarch* )
14
14
export RUSTFLAGS=" ${RUSTFLAGS} -C target-feature=+neon"
15
15
;;
16
+ mips64* )
17
+ export RUSTFLAGS=" ${RUSTFLAGS} -C target-cpu=mips64r6"
18
+ ;;
16
19
* )
17
20
;;
18
21
esac
You can’t perform that action at this time.
0 commit comments