mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 09:08:42 +08:00
Apply submodules
This commit is contained in:
parent
eb2d1db239
commit
ef910b7307
2
cookbook
2
cookbook
@ -1 +1 @@
|
||||
Subproject commit 1f238c0f912cab65079fc2681cb94fde90b27790
|
||||
Subproject commit f7f69579e55e7c967e8205c2cb248fc9ef5310bf
|
||||
@ -123,10 +123,10 @@ READELF=$(GNU_TARGET)-readelf
|
||||
STRIP=$(GNU_TARGET)-strip
|
||||
|
||||
ifeq ($(SCCACHE_BUILD),1)
|
||||
CC_WRAPPER:=sccache
|
||||
export CC_WRAPPER:=sccache
|
||||
export RUSTC_WRAPPER:=$(CC_WRAPPER)
|
||||
CC=$(CC_WRAPPER) $(GNU_TARGET)-gcc
|
||||
CXX=$(CC_WRAPPER) $(GNU_TARGET)-g++
|
||||
export RUSTC_WRAPPER:=$(CC_WRAPPER)
|
||||
endif
|
||||
|
||||
## Rust cross compile variables
|
||||
|
||||
2
relibc
2
relibc
@ -1 +1 @@
|
||||
Subproject commit 1550bb54b5eb5e13e31c311ae8c116e6b009831b
|
||||
Subproject commit 84d410084571e456031f48650b75b1b2f628550d
|
||||
Loading…
Reference in New Issue
Block a user