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

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