From c80863570664e7754ba1a4b8c1df6a19b2589920 Mon Sep 17 00:00:00 2001 From: Iain Buclaw Date: Mon, 27 Apr 2020 02:41:08 +0200 Subject: [PATCH] libphobos: Add hppa-*-linux* as a supported target libphobos/ChangeLog: 2020-04-27 Iain Buclaw * configure.tgt: Add hppa-*-linux* as a supported target. --- libphobos/ChangeLog | 4 ++++ libphobos/configure.tgt | 3 +++ 2 files changed, 7 insertions(+) diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog index ae894c64680..f40f2764e1b 100644 --- a/libphobos/ChangeLog +++ b/libphobos/ChangeLog @@ -1,3 +1,7 @@ +2020-04-27 Iain Buclaw + + * configure.tgt: Add hppa-*-linux* as a supported target. + 2020-04-26 Iain Buclaw * configure: Regenerate. diff --git a/libphobos/configure.tgt b/libphobos/configure.tgt index ce4cc1f7527..94e42bf5509 100644 --- a/libphobos/configure.tgt +++ b/libphobos/configure.tgt @@ -30,6 +30,9 @@ case "${target}" in arm*-*-linux*) LIBPHOBOS_SUPPORTED=yes ;; + hppa-*-linux*) + LIBPHOBOS_SUPPORTED=yes + ;; mips*-*-linux*) LIBPHOBOS_SUPPORTED=yes ;; -- 2.30.2