For now, do not build C compiler-rt

This commit is contained in:
Jeremy Soller
2024-10-18 15:52:42 -06:00
parent d7b130942d
commit 95affabb18
+1 -1
View File
@@ -2,7 +2,7 @@ export TARGET?=$(shell rustc -Z unstable-options --print target-spec-json | grep
CARGO?=cargo
CARGO_TEST?=$(CARGO)
CARGO_COMMON_FLAGS=-Z build-std=core,alloc,compiler_builtins -Z build-std-features=compiler-builtins-c
CARGO_COMMON_FLAGS=-Z build-std=core,alloc,compiler_builtins
CARGOFLAGS?=$(CARGO_COMMON_FLAGS)
RUSTCFLAGS?=
export OBJCOPY?=objcopy