2002-11-30 J.T. Conklin <jtc@acorntoolworks.com>

* config.sub (-nto-qnx*): New $os pattern.
	(-nto*): Preserve OS version when converting to -nto-qnx*.
This commit is contained in:
Ben Elliston 2002-11-30 05:15:57 +00:00
parent ca2ff56592
commit ef86352756
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-11-30 J.T. Conklin <jtc@acorntoolworks.com>
* config.sub (-nto-qnx*): New $os pattern.
(-nto*): Preserve OS version when converting to -nto-qnx*.
2002-11-30 Ben Elliston <bje@redhat.com>
From Stefan Neis <neis@kobil.de>:

4
config.sub vendored
View File

@ -1126,8 +1126,10 @@ case $os in
;;
esac
;;
-nto-qnx*)
;;
-nto*)
os=-nto-qnx
os=`echo $os | sed -e 's|nto|nto-qnx|'`
;;
-sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
| -windows* | -osx | -abug | -netware* | -os9* | -beos* \