mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
2004-01-24 Ben Elliston <bje@wasabisystems.com>
From Brett E. Wynkoop <wynkoop@wynn.com>: * config.guess (m68k:machten:*:*): Handle.
This commit is contained in:
parent
c5fc83fcef
commit
498bbdd643
@ -1,3 +1,8 @@
|
|||||||
|
2004-01-24 Ben Elliston <bje@wasabisystems.com>
|
||||||
|
|
||||||
|
From Brett E. Wynkoop <wynkoop@wynn.com>:
|
||||||
|
* config.guess (m68k:machten:*:*): Handle.
|
||||||
|
|
||||||
2004-01-20 Jeroen Ruigrok van der Werven <asmodai@dragonflybsd.org>
|
2004-01-20 Jeroen Ruigrok van der Werven <asmodai@dragonflybsd.org>
|
||||||
|
|
||||||
* config.guess: Fix DragonFly entry to really work.
|
* config.guess: Fix DragonFly entry to really work.
|
||||||
|
5
config.guess
vendored
5
config.guess
vendored
@ -3,7 +3,7 @@
|
|||||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||||
# 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
|
# 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2004-01-20'
|
timestamp='2004-01-24'
|
||||||
|
|
||||||
# This file is free software; you can redistribute it and/or modify it
|
# This file is free software; you can redistribute it and/or modify it
|
||||||
# under the terms of the GNU General Public License as published by
|
# under the terms of the GNU General Public License as published by
|
||||||
@ -405,6 +405,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
|||||||
*:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
|
*:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
|
||||||
echo m68k-unknown-mint${UNAME_RELEASE}
|
echo m68k-unknown-mint${UNAME_RELEASE}
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
m68k:machten:*:*)
|
||||||
|
echo m68k-apple-machten${UNAME_RELEASE}
|
||||||
|
exit 0 ;;
|
||||||
powerpc:machten:*:*)
|
powerpc:machten:*:*)
|
||||||
echo powerpc-apple-machten${UNAME_RELEASE}
|
echo powerpc-apple-machten${UNAME_RELEASE}
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user