mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-29 02:05:03 +08:00
config.guess: Recognize machten.
* config.guess: Recognize machten. From Eric W. Bates <ericx@vineyard.net>. From-SVN: r13267
This commit is contained in:
parent
b8f16414c2
commit
0d9b0e515b
3
gcc/config.guess
vendored
3
gcc/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…
Reference in New Issue
Block a user