From ef86352756e32aee27b443c62d1df02c6d8fc100 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sat, 30 Nov 2002 05:15:57 +0000 Subject: [PATCH] 2002-11-30 J.T. Conklin * config.sub (-nto-qnx*): New $os pattern. (-nto*): Preserve OS version when converting to -nto-qnx*. --- ChangeLog | 5 +++++ config.sub | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) 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* \