2003-11-18 Jeroen Ruigrok van der Werven <asmodai@dragonflybsd.org>

* config.guess (*:DRAGONFLY:*:*): New.
	* config.sub (-dragonfly*): Likewise.
This commit is contained in:
Ben Elliston 2003-11-18 05:18:29 +00:00
parent 5b04e4b146
commit d181466bcd
3 changed files with 9 additions and 1 deletions

View File

@ -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
View File

@ -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
View File

@ -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*)