mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
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:
parent
ca2ff56592
commit
ef86352756
@ -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
4
config.sub
vendored
@ -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* \
|
||||
|
Loading…
x
Reference in New Issue
Block a user