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:
Jeremy Soller 2025-12-10 06:16:50 -07:00
commit a524a628d6

View File

@ -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")