mirror of
https://sourceware.org/git/glibc.git
synced 2025-06-03 13:22:05 +03:00
* config.guess: Recognize machten.
From Eric W. Bates <ericx@vineyard.net>.
This commit is contained in:
parent
8a4b65b469
commit
aee321f468
3
config.guess
vendored
3
config.guess
vendored
@ -129,6 +129,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
||||
mac68k:OpenBSD:*:*)
|
||||
echo m68k-apple-openbsd${UNAME_RELEASE}
|
||||
exit 0 ;;
|
||||
powerpc:machten:*:*)
|
||||
echo powerpc-apple-machten${UNAME_RELEASE}
|
||||
exit 0 ;;
|
||||
RISC*:Mach:*:*)
|
||||
echo mips-dec-mach_bsd4.3
|
||||
exit 0 ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user