mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
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:
commit
a95305c06f
@ -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