diff options
Diffstat (limited to 'libphobos')
-rw-r--r-- | libphobos/ChangeLog | 4 | ||||
-rw-r--r-- | libphobos/configure.tgt | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog index ae894c6..f40f276 100644 --- a/libphobos/ChangeLog +++ b/libphobos/ChangeLog @@ -1,3 +1,7 @@ +2020-04-27 Iain Buclaw <ibuclaw@gdcproject.org> + + * configure.tgt: Add hppa-*-linux* as a supported target. + 2020-04-26 Iain Buclaw <ibuclaw@gdcproject.org> * configure: Regenerate. diff --git a/libphobos/configure.tgt b/libphobos/configure.tgt index ce4cc1f..94e42bf 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 ;; |