aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfig.sub6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.sub b/config.sub
index 0e273f256b8..f71c2ae35a0 100755
--- a/config.sub
+++ b/config.sub
@@ -676,6 +676,9 @@ case $os in
676 -ctix* | -uts*) 676 -ctix* | -uts*)
677 os=-sysv 677 os=-sysv
678 ;; 678 ;;
679 -ns2 )
680 os=-nextstep2
681 ;;
679 # Preserve the version number of sinix5. 682 # Preserve the version number of sinix5.
680 -sinix5.*) 683 -sinix5.*)
681 os=`echo $os | sed -e 's|sinix|sysv|'` 684 os=`echo $os | sed -e 's|sinix|sysv|'`
@@ -783,6 +786,9 @@ case $basic_machine in
783 m88k-omron*) 786 m88k-omron*)
784 os=-luna 787 os=-luna
785 ;; 788 ;;
789 *-next )
790 os=-nextstep
791 ;;
786 *-sequent) 792 *-sequent)
787 os=-ptx 793 os=-ptx
788 ;; 794 ;;