Fix DYNAMIC_INIT support targets

This commit is contained in:
Wildan M 2026-01-03 08:25:09 +07:00
parent f71d59b8af
commit 7670c9aebf
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

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
;;