public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, libphobos] Committed added AArch64 Linux as a supported target.
@ 2019-04-23 23:00 Iain Buclaw
  2019-04-24  7:33 ` Andreas Schwab
  0 siblings, 1 reply; 7+ messages in thread
From: Iain Buclaw @ 2019-04-23 23:00 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 328 bytes --]

Hi,

This patch adds arch64*-*-linux* as a supported libphobos target,
something that has been passing the testsuite for a while now.

Committed to trunk as r270524.

-- 
Iain
---
libphobos/ChangeLog:

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

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

---

[-- Attachment #2: aarch64-d.patch --]
[-- Type: text/x-patch, Size: 389 bytes --]

diff --git a/libphobos/configure.tgt b/libphobos/configure.tgt
index a53a3c3c3be..b2fe849752c 100644
--- a/libphobos/configure.tgt
+++ b/libphobos/configure.tgt
@@ -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
 	;;

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-04-25 16:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-23 23:00 [PATCH, libphobos] Committed added AArch64 Linux as a supported target Iain Buclaw
2019-04-24  7:33 ` Andreas Schwab
2019-04-24 11:25   ` Iain Buclaw
2019-04-25 14:41     ` Richard Earnshaw (lists)
2019-04-25 14:46       ` Iain Buclaw
2019-04-25 15:59       ` Jakub Jelinek
2019-04-25 16:40         ` Richard Earnshaw (lists)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).