mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Upgrade compiler-rt
This commit is contained in:
parent
7995528dae
commit
6619134d49
4
mk/rt.mk
4
mk/rt.mk
@ -247,8 +247,8 @@ $$(COMPRT_LIB_$(1)): $$(COMPRT_DEPS) $$(MKFILE_DEPS)
|
||||
RANLIB="$$(AR_$(1)) s" \
|
||||
CFLAGS="$$(CFG_GCCISH_CFLAGS_$(1))" \
|
||||
TargetTriple=$(1) \
|
||||
triple-runtime
|
||||
$$(Q)cp $$(COMPRT_BUILD_DIR_$(1))/triple/runtime/libcompiler_rt.a $$(COMPRT_LIB_$(1))
|
||||
triple-builtins
|
||||
$$(Q)cp $$(COMPRT_BUILD_DIR_$(1))/triple/builtins/libcompiler_rt.a $$(COMPRT_LIB_$(1))
|
||||
|
||||
################################################################################
|
||||
# libbacktrace
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit f4b221571ce6f05714c1f1c6fa48f1393499989c
|
||||
Subproject commit ed112ca1e4275e1c5707a898f2bf6164707ba378
|
Loading…
Reference in New Issue
Block a user