mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-28 01:56:38 +12:00
2003-11-18 Jeroen Ruigrok van der Werven <asmodai@dragonflybsd.org>
* config.guess (*:DRAGONFLY:*:*): New. * config.sub (-dragonfly*): Likewise.
This commit is contained in:
parent
5b04e4b146
commit
d181466bcd
@ -1,3 +1,8 @@
|
||||
2003-11-18 Jeroen Ruigrok van der Werven <asmodai@dragonflybsd.org>
|
||||
|
||||
* config.guess (*:DRAGONFLY:*:*): New.
|
||||
* config.sub (-dragonfly*): Likewise.
|
||||
|
||||
2003-11-03 Ben Elliston <bje@wasabisystems.com>
|
||||
|
||||
* config.guess: Detect OpenBSD on Pegasos I hardware.
|
||||
|
3
config.guess
vendored
3
config.guess
vendored
@ -1227,6 +1227,9 @@ EOF
|
||||
SEI:*:*:SEIUX)
|
||||
echo mips-sei-seiux${UNAME_RELEASE}
|
||||
exit 0 ;;
|
||||
*:DRAGONFLY:*:*)
|
||||
echo ${UNAME_MACHINE}-unknown-dragonfly${UNAME_RELEASE}
|
||||
exit 0 ;;
|
||||
esac
|
||||
|
||||
#echo '(No uname command or uname output not recognized.)' 1>&2
|
||||
|
2
config.sub
vendored
2
config.sub
vendored
@ -1152,7 +1152,7 @@ case $os in
|
||||
| -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
|
||||
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
|
||||
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
|
||||
| -powermax* | -dnix* | -nx6 | -nx7 | -sei*)
|
||||
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*)
|
||||
# Remember, each alternative MUST END IN *, to match a version number.
|
||||
;;
|
||||
-qnx*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user