(powerpc-harris-powerunix): Add guess for port to new target.
This commit is contained in:
parent
6152f5f070
commit
7d826aa9d2
1 changed files with 3 additions and 0 deletions
3
config.guess
vendored
3
config.guess
vendored
|
@ -120,6 +120,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
|||
mips:*:5*:RISCos)
|
||||
echo mips-mips-riscos${UNAME_RELEASE}
|
||||
exit 0 ;;
|
||||
Night_Hawk:Power_UNIX:*:*)
|
||||
echo powerpc-harris-powerunix
|
||||
exit 0 ;;
|
||||
m88k:CX/UX:7*:*)
|
||||
echo m88k-harris-cxux7
|
||||
exit 0 ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue