mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-20 14:25:23 +00:00
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:
committed by
Andreas Rumpf
parent
657e09e79d
commit
944fcc0e62
@@ -162,6 +162,8 @@ case $ucpu in
|
||||
mycpu="powerpc"
|
||||
fi
|
||||
;;
|
||||
*hppa*)
|
||||
mycpu="hppa" ;;
|
||||
*ia64*)
|
||||
mycpu="ia64" ;;
|
||||
*m68k*)
|
||||
|
||||
Reference in New Issue
Block a user