* config.guess (luna88k:OpenBSD:*:*): New.

This commit is contained in:
Ben Elliston 2004-06-11 05:17:30 +00:00
parent 5ac8187868
commit 27f0c5d96c
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-06-11 Ben Elliston <bje@gnu.org>
* config.guess (luna88k:OpenBSD:*:*): New.
2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
* config.guess (m32r*:Linux:*:*): New case.

5
config.guess vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
timestamp='2004-03-12'
timestamp='2004-06-11'
# 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
@ -212,6 +212,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
hp300:OpenBSD:*:*)
echo m68k-unknown-openbsd${UNAME_RELEASE}
exit 0 ;;
luna88k:OpenBSD:*:*)
echo m88k-unknown-openbsd${UNAME_RELEASE}
exit 0 ;;
mac68k:OpenBSD:*:*)
echo m68k-unknown-openbsd${UNAME_RELEASE}
exit 0 ;;