mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
Merge branch 'arm-allow-dynlink' into 'master'
Allow aarch64 to be dynamically linked See merge request redox-os/redox!1757
This commit is contained in:
commit
a524a628d6
@ -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