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.
This commit is contained in:
parent
5e7f8c55c2
commit
c808635706
2 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -30,6 +30,9 @@ case "${target}" in
|
|||
arm*-*-linux*)
|
||||
LIBPHOBOS_SUPPORTED=yes
|
||||
;;
|
||||
hppa-*-linux*)
|
||||
LIBPHOBOS_SUPPORTED=yes
|
||||
;;
|
||||
mips*-*-linux*)
|
||||
LIBPHOBOS_SUPPORTED=yes
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue