mirror of git://sourceware.org/git/glibc.git
(powerpc-harris-powerunix): Add guess for port to new target.
This commit is contained in:
parent
25b86c05c3
commit
d72d8b1328
|
|
@ -120,6 +120,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
||||||
mips:*:5*:RISCos)
|
mips:*:5*:RISCos)
|
||||||
echo mips-mips-riscos${UNAME_RELEASE}
|
echo mips-mips-riscos${UNAME_RELEASE}
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
Night_Hawk:Power_UNIX:*:*)
|
||||||
|
echo powerpc-harris-powerunix
|
||||||
|
exit 0 ;;
|
||||||
m88k:CX/UX:7*:*)
|
m88k:CX/UX:7*:*)
|
||||||
echo m88k-harris-cxux7
|
echo m88k-harris-cxux7
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue