Commit c8086357 by Iain Buclaw

libphobos: Add hppa-*-linux* as a supported target

libphobos/ChangeLog:

2020-04-27  Iain Buclaw  <ibuclaw@gdcproject.org>

	* configure.tgt: Add hppa-*-linux* as a supported target.
parent 5e7f8c55
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> 2020-04-26 Iain Buclaw <ibuclaw@gdcproject.org>
* configure: Regenerate. * configure: Regenerate.
......
...@@ -30,6 +30,9 @@ case "${target}" in ...@@ -30,6 +30,9 @@ case "${target}" in
arm*-*-linux*) arm*-*-linux*)
LIBPHOBOS_SUPPORTED=yes LIBPHOBOS_SUPPORTED=yes
;; ;;
hppa-*-linux*)
LIBPHOBOS_SUPPORTED=yes
;;
mips*-*-linux*) mips*-*-linux*)
LIBPHOBOS_SUPPORTED=yes LIBPHOBOS_SUPPORTED=yes
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment