From abfbf3bd54e5c3c20b124ed6514a7a94db08e892 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Tue, 29 Feb 2000 12:38:06 +0000 Subject: [PATCH] 2000-02-29 Ossama Othman * config.sub: Add support for QNX Neutrino. --- ChangeLog | 4 ++++ config.sub | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3118582..e6836dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-02-29 Ossama Othman + + * config.sub: Add support for QNX Neutrino. + 2000-02-24 Nick Clifton * config.sub: Support an OS of "wince". diff --git a/config.sub b/config.sub index 5d75624..00b90f8 100755 --- a/config.sub +++ b/config.sub @@ -1022,6 +1022,9 @@ case $os in -*mint | -*MiNT) os=-mint ;; + -neutrino* | -nto*) + os=-neutrino + ;; -none) ;; *) @@ -1242,6 +1245,9 @@ case $basic_machine in -*mint | -*MiNT) vendor=atari ;; + -neutrino* | -nto*) + vendor=qnx + ;; esac basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` ;;