summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2004-03-01 02:25:32 +0000
committerColin Watson <cjwatson@debian.org>2004-03-01 02:25:32 +0000
commitea8116a11e3de70036dbc665ccb0d486cf89cac9 (patch)
treed73ccdff78d8608e156465af42e6a1b3527fb2d6 /config.sub
parente39b311381a5609cc05acf298c42fba196dc524b (diff)
parentf5bda272678ec6dccaa5f29379cf60cb855018e8 (diff)
Merge 3.8p1 to the trunk. This builds and runs, but I haven't tested it
extensively yet. ProtocolKeepAlives is now just a compatibility alias for ServerAliveInterval.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub18
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
1102if [ x"$os" != x"" ] 1110if [ x"$os" != x"" ]
1103then 1111then
1104case $os in 1112case $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|'`