Commit a0128060 by Iain Buclaw Committed by Iain Buclaw

libphobos: Add AArch64 Linux as a supported target.

libphobos/ChangeLog:

2019-04-24  Iain Buclaw  <ibuclaw@gdcproject.org>

	* configure.tgt: Add aarch64*-*-linux* as a supported target.

From-SVN: r270524
parent 130cc10e
2019-04-24 Iain Buclaw <ibuclaw@gdcproject.org>
* configure.tgt: Add aarch64*-*-linux* as a supported target.
2019-04-23 Iain Buclaw <ibuclaw@gdcproject.org> 2019-04-23 Iain Buclaw <ibuclaw@gdcproject.org>
Robin Dapp <rdapp@linux.ibm.com> Robin Dapp <rdapp@linux.ibm.com>
......
...@@ -23,6 +23,9 @@ ...@@ -23,6 +23,9 @@
# broken systems. More targets shall be added after testing. # broken systems. More targets shall be added after testing.
LIBPHOBOS_SUPPORTED=no LIBPHOBOS_SUPPORTED=no
case "${target}" in case "${target}" in
aarch64*-*-linux*)
LIBPHOBOS_SUPPORTED=yes
;;
arm*-*-linux*) arm*-*-linux*)
LIBPHOBOS_SUPPORTED=yes LIBPHOBOS_SUPPORTED=yes
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment