mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
2004-01-20 Jeroen Ruigrok van der Werven <asmodai@dragonflybsd.org>
* config.guess: Fix DragonFly entry to really work.
This commit is contained in:
parent
3fa1e1299e
commit
c5fc83fcef
@ -1,3 +1,7 @@
|
|||||||
|
2004-01-20 Jeroen Ruigrok van der Werven <asmodai@dragonflybsd.org>
|
||||||
|
|
||||||
|
* config.guess: Fix DragonFly entry to really work.
|
||||||
|
|
||||||
2004-01-05 Ben Elliston <bje@wasabisystems.com>
|
2004-01-05 Ben Elliston <bje@wasabisystems.com>
|
||||||
Joachim Schmitz <schmitz@hp.com>
|
Joachim Schmitz <schmitz@hp.com>
|
||||||
|
|
||||||
|
6
config.guess
vendored
6
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-05'
|
timestamp='2004-01-20'
|
||||||
|
|
||||||
# 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
|
||||||
@ -1230,8 +1230,8 @@ EOF
|
|||||||
SEI:*:*:SEIUX)
|
SEI:*:*:SEIUX)
|
||||||
echo mips-sei-seiux${UNAME_RELEASE}
|
echo mips-sei-seiux${UNAME_RELEASE}
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
*:DRAGONFLY:*:*)
|
*:DragonFly:*:*)
|
||||||
echo ${UNAME_MACHINE}-unknown-dragonfly${UNAME_RELEASE}
|
echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user