diff options
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/config.sub b/config.sub index 79657cd18..d77dd77b4 100755 --- a/config.sub +++ b/config.sub | |||
@@ -162,10 +162,10 @@ case $os in | |||
162 | os=-chorusos | 162 | os=-chorusos |
163 | basic_machine=$1 | 163 | basic_machine=$1 |
164 | ;; | 164 | ;; |
165 | -chorusrdb) | 165 | -chorusrdb) |
166 | os=-chorusrdb | 166 | os=-chorusrdb |
167 | basic_machine=$1 | 167 | basic_machine=$1 |
168 | ;; | 168 | ;; |
169 | -hiux*) | 169 | -hiux*) |
170 | os=-hiuxwe2 | 170 | os=-hiuxwe2 |
171 | ;; | 171 | ;; |
@@ -926,6 +926,10 @@ case $basic_machine in | |||
926 | basic_machine=sv1-cray | 926 | basic_machine=sv1-cray |
927 | os=-unicos | 927 | os=-unicos |
928 | ;; | 928 | ;; |
929 | sx*-nec) | ||
930 | basic_machine=sx6-nec | ||
931 | os=-sysv | ||
932 | ;; | ||
929 | symmetry) | 933 | symmetry) |
930 | basic_machine=i386-sequent | 934 | basic_machine=i386-sequent |
931 | os=-dynix | 935 | os=-dynix |
@@ -1006,6 +1010,10 @@ case $basic_machine in | |||
1006 | basic_machine=hppa1.1-winbond | 1010 | basic_machine=hppa1.1-winbond |
1007 | os=-proelf | 1011 | os=-proelf |
1008 | ;; | 1012 | ;; |
1013 | windows32) | ||
1014 | basic_machine=i386-pc | ||
1015 | os=-windows32-msvcrt | ||
1016 | ;; | ||
1009 | xps | xps100) | 1017 | xps | xps100) |
1010 | basic_machine=xps100-honeywell | 1018 | basic_machine=xps100-honeywell |
1011 | ;; | 1019 | ;; |
@@ -1102,8 +1110,8 @@ esac | |||
1102 | if [ x"$os" != x"" ] | 1110 | if [ x"$os" != x"" ] |
1103 | then | 1111 | then |
1104 | case $os in | 1112 | case $os in |
1105 | # First match some system type aliases | 1113 | # First match some system type aliases |
1106 | # that might get confused with valid system types. | 1114 | # that might get confused with valid system types. |
1107 | # -solaris* is a basic system type, with this one exception. | 1115 | # -solaris* is a basic system type, with this one exception. |
1108 | -solaris1 | -solaris1.*) | 1116 | -solaris1 | -solaris1.*) |
1109 | os=`echo $os | sed -e 's|solaris1|sunos4|'` | 1117 | os=`echo $os | sed -e 's|solaris1|sunos4|'` |