Merge branch 'dynamic-init-other-os' into 'master'

Fix DYNAMIC_INIT support targets

See merge request redox-os/redox!1806
This commit is contained in:
Jeremy Soller 2026-01-02 18:29:57 -07:00
commit a95305c06f

View File

@ -10,15 +10,7 @@ function DYNAMIC_INIT {
}
case "${TARGET}" in
"x86_64-unknown-redox")
;;
"aarch64-unknown-redox")
;;
"x86_64-unknown-linux-gnu")
;;
"aarch64-unknown-linux-gnu")
;;
*)
"i586-unknown-redox" | "riscv64gc-unknown-redox")
[ -z "${COOKBOOK_VERBOSE}" ] || echo "WARN: ${TARGET} does not support dynamic linking." >&2
return
;;