mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-21 15:31:09 +08:00
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:
parent
130cc10e21
commit
a012806011
@ -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>
|
||||
|
||||
|
@ -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
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user