mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
Allow aarch64 to be dynamically linked
This commit is contained in:
parent
76315e14f1
commit
a65ae558a8
@ -12,6 +12,8 @@ function DYNAMIC_INIT {
|
||||
case "${TARGET}" in
|
||||
"x86_64-unknown-redox")
|
||||
;;
|
||||
"aarch64-unknown-redox")
|
||||
;;
|
||||
"x86_64-unknown-linux-gnu")
|
||||
;;
|
||||
"aarch64-unknown-linux-gnu")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user