blob: 28c5261ff854d85e517b2a9b8ff0780433199ac4 (
plain)
1
2
3
4
5
6
|
include ../tools.mk
FAKEROOT=$(TMPDIR)/fakeroot
all:
$(RUSTC) --edition=2021 -Dwarnings --crate-type=rlib ../../../library/core/src/lib.rs --sysroot=$(FAKEROOT) --cfg no_global_oom_handling
|