Add build support for Linux/hppa (#12271)

* build.sh: Enable CPU detection for hppa
* compiler: Add hppa as target architecture on Linux
* lib/system: Add platform support for hppa
This commit is contained in:
John Paul Adrian Glaubitz
2019-09-26 15:45:06 +02:00
committed by Andreas Rumpf
parent 657e09e79d
commit 944fcc0e62
4 changed files with 9 additions and 4 deletions

View File

@@ -162,6 +162,8 @@ case $ucpu in
mycpu="powerpc"
fi
;;
*hppa*)
mycpu="hppa" ;;
*ia64*)
mycpu="ia64" ;;
*m68k*)