File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 91
91
target : aarch64-unknown-linux-gnu
92
92
- rust : nightly
93
93
target : aarch64-unknown-linux-gnu
94
- # TODO: core_simd bug https://github.com/rust-lang/portable-simd /pull/348
94
+ # TODO: compiler-builtins bug https://github.com/rust-lang/compiler-builtins /pull/539
95
95
- rust : nightly-2023-05-12
96
96
target : aarch64_be-unknown-linux-gnu
97
97
- rust : stable
Original file line number Diff line number Diff line change @@ -74,12 +74,12 @@ default_targets=(
74
74
# aarch64 always support lse & lse2
75
75
aarch64-apple-darwin
76
76
# aarch64 big endian
77
- # TODO: core_simd bug https://github.com/rust-lang/portable-simd /pull/348
77
+ # TODO: compiler-builtins bug https://github.com/rust-lang/compiler-builtins /pull/539
78
78
# aarch64_be-unknown-linux-gnu
79
79
# aarch64 ILP32 ABI
80
80
aarch64-unknown-linux-gnu_ilp32
81
81
# aarch64 ILP32 ABI big endian
82
- # TODO: core_simd bug https://github.com/rust-lang/portable-simd /pull/348
82
+ # TODO: compiler-builtins bug https://github.com/rust-lang/compiler-builtins /pull/539
83
83
# aarch64_be-unknown-linux-gnu_ilp32
84
84
85
85
# pre-v6 arm linux-like
@@ -396,8 +396,8 @@ build() {
396
396
case " ${target} " in
397
397
# TODO: LLVM bug: https://github.com/rust-lang/rust/issues/89498
398
398
m68k-unknown-linux-gnu) return 0 ;;
399
- # TODO: core_simd bug https://github.com/rust-lang/portable-simd /pull/348
400
- armeb * | aarch64_be* ) return 0 ;;
399
+ # TODO: compiler-builtins bug https://github.com/rust-lang/compiler-builtins /pull/539
400
+ aarch64_be* ) return 0 ;;
401
401
esac
402
402
RUSTFLAGS=" ${target_rustflags} " \
403
403
x_cargo " ${args[@]} " --manifest-path Cargo.toml " $@ "
You can’t perform that action at this time.
0 commit comments