mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 08:08:41 +08:00
Fix DYNAMIC_INIT support targets
This commit is contained in:
parent
f71d59b8af
commit
7670c9aebf
@ -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
|
||||
;;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user