mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
gcc13: remove redundant package depends
This commit is contained in:
parent
6a90635761
commit
6b617d0ad1
@ -42,12 +42,3 @@ COOKBOOK_CONFIGURE_FLAGS=(
|
||||
"${COOKBOOK_MAKE}" install-gcc DESTDIR="${COOKBOOK_STAGE}"
|
||||
ln -s "gcc" "${COOKBOOK_STAGE}/bin/cc"
|
||||
"""
|
||||
|
||||
[package]
|
||||
dependencies = [
|
||||
"libgcc",
|
||||
"libgmp",
|
||||
"libmpfr",
|
||||
"mpc",
|
||||
"zlib"
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user