diff --git a/ChangeLog b/ChangeLog index 23893b0..bd053a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-11-30 J.T. Conklin + + * config.sub (-nto-qnx*): New $os pattern. + (-nto*): Preserve OS version when converting to -nto-qnx*. + 2002-11-30 Ben Elliston From Stefan Neis : diff --git a/config.sub b/config.sub index 931e1de..f0675aa 100755 --- a/config.sub +++ b/config.sub @@ -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* \