summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-02-23 04:20:53 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-02-23 04:20:53 +0000
commit4d62fa81928d806987564836aaec17a24613c3e6 (patch)
treef874673d7c191ce52bd70ed31708c8d7842ef6ba /config.sub
parent021de1a45b6d33f3a5ab46b6e7661d1e6d54cfdf (diff)
downloadATCD-4d62fa81928d806987564836aaec17a24613c3e6.tar.gz
ChangeLogTag:Tue Feb 22 20:09:14 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub11
1 files changed, 10 insertions, 1 deletions
diff --git a/config.sub b/config.sub
index 2436b45347a..873622013d4 100755
--- a/config.sub
+++ b/config.sub
@@ -155,7 +155,10 @@ case $os in
;;
-psos*)
os=-psos
- ;;
+ ;;
+ -qnx*)
+ os=-neutrino
+ ;;
esac
# Decode aliases for certain CPU-COMPANY combinations.
@@ -987,6 +990,9 @@ case $os in
-*mint | -*MiNT)
os=-mint
;;
+ -neutrino* | -nto*)
+ os=-neutrino
+ ;;
-none)
;;
*)
@@ -1207,6 +1213,9 @@ case $basic_machine in
-*mint | -*MiNT)
vendor=atari
;;
+ -neutrino* | -nto*)
+ vendor=qnx
+ ;;
esac
basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
;;