mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 16:48:45 +08:00
21 lines
500 B
TOML
21 lines
500 B
TOML
[source]
|
|
tar = "https://invisible-island.net/archives/vttest/vttest-20140305.tgz"
|
|
blake3 = "b515b9a5e1f1498ed99e1a1c172fbcfdf2b7a214e185bd2005cc994407ded89e"
|
|
patches = ["redox.patch"]
|
|
script = """
|
|
wget -O config.sub "https://gitlab.redox-os.org/redox-os/gnu-config/-/raw/master/config.sub?inline=false"
|
|
"""
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
export LDFLAGS="-static"
|
|
|
|
COOKBOOK_CONFIGURE_FLAGS=(
|
|
--build="$(gcc -dumpmachine)"
|
|
--host="${TARGET}"
|
|
--prefix=""
|
|
)
|
|
|
|
cookbook_configure
|
|
""" |