comparison config.guess @ 19029:9ccea8ddd344 libc-970729 libc-970730 libc-970731 libc-970801

update from main archive 970728
author Ulrich Drepper <drepper@redhat.com>
date Mon, 28 Jul 1997 23:37:45 +0000
parents 4d5237dec736
children 06552ba973ce
comparison
equal deleted inserted replaced
19028:f2458ec72074 19029:9ccea8ddd344
158 echo m68k-sun-sunos${UNAME_RELEASE} 158 echo m68k-sun-sunos${UNAME_RELEASE}
159 exit 0 ;; 159 exit 0 ;;
160 sun*:*:4.2BSD:*) 160 sun*:*:4.2BSD:*)
161 UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` 161 UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
162 test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 162 test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
163 case "`/bin/arch" in 163 case "`/bin/arch`" in
164 sun3) 164 sun3)
165 echo m68k-sun-sunos${UNAME_RELEASE} 165 echo m68k-sun-sunos${UNAME_RELEASE}
166 ;; 166 ;;
167 sun4) 167 sun4)
168 echo sparc-sun-sunos${UNAME_RELEASE} 168 echo sparc-sun-sunos${UNAME_RELEASE}