Skip to content
Snippets Groups Projects
Verified Commit 4f709814 authored by Anhad Singh's avatar Anhad Singh :crab:
Browse files

feat(rustc): dynamic

parent dea85812
No related branches found
No related tags found
No related merge requests found
[llvm]
download-ci-llvm = false
static-libstdcpp = true
static-libstdcpp = false
[build]
host = ["x86_64-unknown-redox"]
......@@ -26,4 +26,4 @@ ar = "x86_64-unknown-redox-ar"
linker = "x86_64-unknown-redox-gcc"
# Nasty path, please fix
llvm-config = "../../../../bin/x86_64-unknown-redox-llvm-config"
crt-static = true
crt-static = false
GIT=https://gitlab.redox-os.org/redox-os/rust.git
BRANCH=redox-2024-05-11
BUILD_DEPENDS=(llvm18)
BUILD_DEPENDS=(llvm18-shared zlib libgcc)
DEPENDS="gcc13 cargo"
PREPARE_COPY=0
......@@ -11,6 +11,7 @@ function recipe_version {
function recipe_build {
unset AR AS CC CXX LD NM OBJCOPY OBJDUMP RANLIB READELF STRIP
export MAGIC_EXTRA_RUSTFLAGS="-C link-args=-lz"
python3 "${COOKBOOK_SOURCE}/x.py" install --config "${COOKBOOK_RECIPE}/config.toml" --jobs $(nproc) --incremental
skip=1
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment