redox/recipes/wip/dev/debug/gdb/recipe.toml
2024-07-09 07:43:39 +00:00

23 lines
379 B
TOML

#TODO port to redox
[source]
tar = "https://ftp.gnu.org/gnu/gdb/gdb-15.1.tar.xz"
[build]
template = "custom"
dependencies = [
"libgmp",
"libmpfr",
]
script = """
COOKBOOK_CONFIGURE_FLAGS+=(
--disable-binutils
--disable-ld
--disable-gold
--disable-gas
--disable-sim
--disable-gprof
--disable-gprofng
--disable-intl
)
cookbook_configure
"""