Lines Matching +full:gcc +full:- +full:mips +full:- +full:linux +full:- +full:gnu
2 set -e
10 # http://www.apache.org/licenses/LICENSE-2.0
18 if [[ "$1" == "mips-unknown-linux-gnu" ]]; then
19 TARGET_FLAG="--target mips-unknown-linux-gnu"
20 export CARGO_TARGET_MIPS_UNKNOWN_LINUX_GNU_LINKER=mips-linux-gnu-gcc
21 export CARGO_TARGET_MIPS_UNKNOWN_LINUX_GNU_RUNNER="qemu-mips -L /usr/mips-linux-gnu"
35 cargo run $TARGET_FLAG -- --quiet
40 rustup component add rust-src --toolchain nightly
41 rustup target add thumbv7m-none-eabi
46 cargo test $TARGET_FLAG -- --quiet
49 cargo test $TARGET_FLAG --no-default-features -- --quiet
52 cargo run $TARGET_FLAG --bin=flatbuffers_alloc_check
55 cargo run $TARGET_FLAG --bin=flexbuffers_alloc_check
65 if [[ -f ../../flatc ]]; then
75 MIRIFLAGS="-Zmiri-disable-isolation" cargo +nightly miri test