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
This commit is contained in:
Iain Buclaw 2019-04-23 22:53:35 +00:00 committed by Iain Buclaw
parent 130cc10e21
commit a012806011
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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>
Robin Dapp <rdapp@linux.ibm.com>

View File

@ -23,6 +23,9 @@
# broken systems. More targets shall be added after testing.
LIBPHOBOS_SUPPORTED=no
case "${target}" in
aarch64*-*-linux*)
LIBPHOBOS_SUPPORTED=yes
;;
arm*-*-linux*)
LIBPHOBOS_SUPPORTED=yes
;;