Skip to content

Commit cb4a25c

Browse files
committed
Remove liballoc compiler-builtins f16/f128 disable patch
We already build with the compiler-builtins-no-f16-f128 feature enabled.
1 parent 1adce90 commit cb4a25c

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

patches/0029-stdlib-Disable-f16-and-f128-in-compiler-builtins.patch

Lines changed: 0 additions & 26 deletions
This file was deleted.

scripts/setup_rust_fork.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ verbose-tests = false
4343
# disabled bootstrap will crash trying to copy llvm tools for the bootstrap
4444
# compiler.
4545
llvm-tools = false
46+
std-features = ["panic-unwind", "compiler-builtins-no-f16-f128"]
4647
4748
EOF
4849
popd

0 commit comments

Comments
 (0)