(powerpc-apple-netbsd): Added.
This commit is contained in:
parent
a4e5963508
commit
510005ed55
1 changed files with 3 additions and 0 deletions
3
config.guess
vendored
3
config.guess
vendored
|
@ -222,6 +222,9 @@ EOF
|
|||
powerpc:machten:*:*)
|
||||
echo powerpc-apple-machten${UNAME_RELEASE}
|
||||
exit 0 ;;
|
||||
macppc:NetBSD:*:*)
|
||||
echo powerpc-apple-netbsd${UNAME_RELEASE}
|
||||
exit 0 ;;
|
||||
RISC*:Mach:*:*)
|
||||
echo mips-dec-mach_bsd4.3
|
||||
exit 0 ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue