Apply submodules

This commit is contained in:
Wildan M 2025-07-05 08:59:50 +07:00
parent eb2d1db239
commit ef910b7307
3 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 1f238c0f912cab65079fc2681cb94fde90b27790
Subproject commit f7f69579e55e7c967e8205c2cb248fc9ef5310bf

View File

@ -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

@ -1 +1 @@
Subproject commit 1550bb54b5eb5e13e31c311ae8c116e6b009831b
Subproject commit 84d410084571e456031f48650b75b1b2f628550d