(jp_kbd_translate_table): Fix the other \ key.
[bpt/emacs.git] / config.guess
CommitLineData
86505919 1#! /bin/sh
764954ef 2# Attempt to guess a canonical system name.
93aca356 3# Copyright (C) 1992, 93, 94, 95, 96, 97, 1998 Free Software Foundation, Inc.
f629b14c
RM
4#
5# This file is free software; you can redistribute it and/or modify it
6# under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 2 of the License, or
8# (at your option) any later version.
9#
10# This program is distributed in the hope that it will be useful, but
11# WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13# General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
16# along with this program; if not, write to the Free Software
6e4bd6ae 17# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
764954ef
DM
18#
19# As a special exception to the GNU General Public License, if you
20# distribute this file as part of a program that contains a
21# configuration script generated by Autoconf, you may include it under
22# the same distribution terms that you use for the rest of that program.
f629b14c 23
e0640373
PB
24# Written by Per Bothner <bothner@cygnus.com>.
25# The master version of this file is at the FSF in /home/gd/gnu/lib.
72e8143c 26# Please send patches to the Autoconf mailing list <autoconf@gnu.org>.
f629b14c 27#
8760d5df 28# This script attempts to guess a canonical system name similar to
f3ec183e
RK
29# config.sub. If it succeeds, it prints the system name on stdout, and
30# exits with 0. Otherwise, it exits with 1.
f629b14c
RM
31#
32# The plan is that this can be called by configure scripts if you
33# don't specify an explicit system type (host/target name).
34#
35# Only a few systems have been added to this list; please add others
36# (but try to keep the structure clean).
37#
38
68f39654
BE
39# Use $HOST_CC if defined. $CC may point to a cross-compiler
40if test x"$CC_FOR_BUILD" = x; then
41 if test x"$HOST_CC" != x; then
42 CC_FOR_BUILD="$HOST_CC"
43 else
44 if test x"$CC" != x; then
45 CC_FOR_BUILD="$CC"
46 else
47 CC_FOR_BUILD=cc
48 fi
49 fi
50fi
51
52
6e9495ec
RS
53# This is needed to find uname on a Pyramid OSx when run in the BSD universe.
54# (ghazi@noc.rutgers.edu 8/24/94.)
55if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
56 PATH=$PATH:/.attbin ; export PATH
57fi
58
f629b14c
RM
59UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
60UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
61UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
62UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
63
72e8143c
BE
64dummy=dummy-$$
65trap 'rm -f $dummy.c $dummy.o $dummy; exit 1' 1 2 15
f3ec183e 66
f629b14c
RM
67# Note: order is significant - the case branches are not exclusive.
68
69case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
cb94a3da 70 alpha:OSF1:*:*)
42551188
RK
71 if test $UNAME_RELEASE = "V4.0"; then
72 UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
73 fi
8380f562
PB
74 # A Vn.n version is a released version.
75 # A Tn.n version is a released field test version.
76 # A Xn.n version is an unreleased experimental baselevel.
f3ec183e 77 # 1.2 uses "1.2" for uname -r.
72e8143c 78 cat <<EOF >$dummy.s
13c482f1
RK
79 .globl main
80 .ent main
81main:
82 .frame \$30,0,\$26,0
83 .prologue 0
5773304a
RK
84 .long 0x47e03d80 # implver $0
85 lda \$2,259
86 .long 0x47e20c21 # amask $2,$1
87 srl \$1,8,\$2
88 sll \$2,2,\$2
89 sll \$0,3,\$0
90 addl \$1,\$0,\$0
91 addl \$2,\$0,\$0
13c482f1
RK
92 ret \$31,(\$26),1
93 .end main
94EOF
68f39654 95 $CC_FOR_BUILD $dummy.s -o $dummy 2>/dev/null
13c482f1 96 if test "$?" = 0 ; then
72e8143c 97 ./$dummy
13c482f1 98 case "$?" in
5773304a
RK
99 7)
100 UNAME_MACHINE="alpha"
101 ;;
102 15)
13c482f1
RK
103 UNAME_MACHINE="alphaev5"
104 ;;
5773304a 105 14)
13c482f1
RK
106 UNAME_MACHINE="alphaev56"
107 ;;
5773304a
RK
108 10)
109 UNAME_MACHINE="alphapca56"
110 ;;
111 16)
112 UNAME_MACHINE="alphaev6"
113 ;;
13c482f1
RK
114 esac
115 fi
72e8143c 116 rm -f $dummy.s $dummy
42551188 117 echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr [[A-Z]] [[a-z]]`
8380f562 118 exit 0 ;;
be67270a
RK
119 21064:Windows_NT:50:3)
120 echo alpha-dec-winnt3.5
121 exit 0 ;;
1b8f42ec
PB
122 Amiga*:UNIX_System_V:4.0:*)
123 echo m68k-cbm-sysv4
124 exit 0;;
754ad884
RK
125 amiga:NetBSD:*:*)
126 echo m68k-cbm-netbsd${UNAME_RELEASE}
127 exit 0 ;;
dd1aafd0 128 amiga:OpenBSD:*:*)
c219c2a0
ILT
129 echo m68k-unknown-openbsd${UNAME_RELEASE}
130 exit 0 ;;
05b0d692
RS
131 *:[Aa]miga[Oo][Ss]:*:*)
132 echo ${UNAME_MACHINE}-unknown-amigaos
133 exit 0 ;;
4d3e4bc8 134 arc64:OpenBSD:*:*)
c219c2a0
ILT
135 echo mips64el-unknown-openbsd${UNAME_RELEASE}
136 exit 0 ;;
4d3e4bc8
ILT
137 arc:OpenBSD:*:*)
138 echo mipsel-unknown-openbsd${UNAME_RELEASE}
139 exit 0 ;;
140 hkmips:OpenBSD:*:*)
141 echo mips-unknown-openbsd${UNAME_RELEASE}
c219c2a0
ILT
142 exit 0 ;;
143 pmax:OpenBSD:*:*)
4d3e4bc8
ILT
144 echo mipsel-unknown-openbsd${UNAME_RELEASE}
145 exit 0 ;;
146 sgi:OpenBSD:*:*)
147 echo mips-unknown-openbsd${UNAME_RELEASE}
c219c2a0
ILT
148 exit 0 ;;
149 wgrisc:OpenBSD:*:*)
4d3e4bc8 150 echo mipsel-unknown-openbsd${UNAME_RELEASE}
c219c2a0 151 exit 0 ;;
f3ec183e
RK
152 arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
153 echo arm-acorn-riscix${UNAME_RELEASE}
154 exit 0;;
c22fc592
ESB
155 arm32:NetBSD:*:*)
156 echo arm-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
157 exit 0 ;;
32ec095a
DM
158 SR2?01:HI-UX/MPP:*:*)
159 echo hppa1.1-hitachi-hiuxmpp
160 exit 0;;
83cc942a 161 Pyramid*:OSx*:*:*|MIS*:OSx*:*:*|MIS*:SMP_DC-OSx*:*:*)
dd1aafd0 162 # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE.
6e9495ec
RS
163 if test "`(/bin/universe) 2>/dev/null`" = att ; then
164 echo pyramid-pyramid-sysv3
165 else
166 echo pyramid-pyramid-bsd
167 fi
168 exit 0 ;;
72e8143c 169 NILE*:*:*:dcosx)
dd1aafd0
DM
170 echo pyramid-pyramid-svr4
171 exit 0 ;;
2d67f1e9
RK
172 sun4H:SunOS:5.*:*)
173 echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
174 exit 0 ;;
d4d94b76 175 sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
8760d5df
JB
176 echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
177 exit 0 ;;
01d8fc64 178 i86pc:SunOS:5.*:*)
0f419363 179 echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
01d8fc64 180 exit 0 ;;
8760d5df
JB
181 sun4*:SunOS:6*:*)
182 # According to config.sub, this is the proper way to canonicalize
183 # SunOS6. Hard to guess exactly what SunOS6 will be like, but
184 # it's likely to be more like Solaris than SunOS4.
185 echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
f629b14c
RM
186 exit 0 ;;
187 sun4*:SunOS:*:*)
df6cf70c
RK
188 case "`/usr/bin/arch -k`" in
189 Series*|S4*)
190 UNAME_RELEASE=`uname -v`
191 ;;
192 esac
bbc3f190
PB
193 # Japanese Language versions have a version number like `4.1.3-JL'.
194 echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
f629b14c
RM
195 exit 0 ;;
196 sun3*:SunOS:*:*)
197 echo m68k-sun-sunos${UNAME_RELEASE}
198 exit 0 ;;
feb1ff7f
PB
199 sun*:*:4.2BSD:*)
200 UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
201 test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
24902ecd 202 case "`/bin/arch`" in
feb1ff7f
PB
203 sun3)
204 echo m68k-sun-sunos${UNAME_RELEASE}
205 ;;
206 sun4)
207 echo sparc-sun-sunos${UNAME_RELEASE}
208 ;;
209 esac
210 exit 0 ;;
d4d94b76
PB
211 aushp:SunOS:*:*)
212 echo sparc-auspex-sunos${UNAME_RELEASE}
213 exit 0 ;;
85e50874
RK
214 atari*:NetBSD:*:*)
215 echo m68k-atari-netbsd${UNAME_RELEASE}
216 exit 0 ;;
dd1aafd0 217 atari*:OpenBSD:*:*)
c219c2a0 218 echo m68k-unknown-openbsd${UNAME_RELEASE}
dd1aafd0 219 exit 0 ;;
68f39654
BE
220 # The situation for MiNT is a little confusing. The machine name
221 # can be virtually everything (everything which is not
222 # "atarist" or "atariste" at least should have a processor
223 # > m68000). The system name ranges from "MiNT" over "FreeMiNT"
224 # to the lowercase version "mint" (or "freemint"). Finally
225 # the system name "TOS" denotes a system which is actually not
226 # MiNT. But MiNT is downward compatible to TOS, so this should
227 # be no problem.
228 atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
229 echo m68k-atari-mint${UNAME_RELEASE}
230 exit 0 ;;
231 atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)
232 echo m68k-atari-mint${UNAME_RELEASE}
233 exit 0 ;;
234 *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)
235 echo m68k-atari-mint${UNAME_RELEASE}
236 exit 0 ;;
237 milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*)
238 echo m68k-milan-mint${UNAME_RELEASE}
239 exit 0 ;;
240 hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*)
241 echo m68k-hades-mint${UNAME_RELEASE}
242 exit 0 ;;
243 *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
244 echo m68k-unknown-mint${UNAME_RELEASE}
245 exit 0 ;;
85e50874
RK
246 sun3*:NetBSD:*:*)
247 echo m68k-sun-netbsd${UNAME_RELEASE}
248 exit 0 ;;
dd1aafd0 249 sun3*:OpenBSD:*:*)
c219c2a0 250 echo m68k-unknown-openbsd${UNAME_RELEASE}
dd1aafd0 251 exit 0 ;;
85e50874
RK
252 mac68k:NetBSD:*:*)
253 echo m68k-apple-netbsd${UNAME_RELEASE}
254 exit 0 ;;
dd1aafd0 255 mac68k:OpenBSD:*:*)
c219c2a0
ILT
256 echo m68k-unknown-openbsd${UNAME_RELEASE}
257 exit 0 ;;
258 mvme68k:OpenBSD:*:*)
259 echo m68k-unknown-openbsd${UNAME_RELEASE}
260 exit 0 ;;
261 mvme88k:OpenBSD:*:*)
262 echo m88k-unknown-openbsd${UNAME_RELEASE}
dd1aafd0 263 exit 0 ;;
ec085977
DM
264 powerpc:machten:*:*)
265 echo powerpc-apple-machten${UNAME_RELEASE}
266 exit 0 ;;
510005ed
RS
267 macppc:NetBSD:*:*)
268 echo powerpc-apple-netbsd${UNAME_RELEASE}
269 exit 0 ;;
d4d94b76
PB
270 RISC*:Mach:*:*)
271 echo mips-dec-mach_bsd4.3
272 exit 0 ;;
f629b14c
RM
273 RISC*:ULTRIX:*:*)
274 echo mips-dec-ultrix${UNAME_RELEASE}
275 exit 0 ;;
276 VAX*:ULTRIX*:*:*)
277 echo vax-dec-ultrix${UNAME_RELEASE}
278 exit 0 ;;
68f39654 279 2020:CLIX:*:* | 2430:CLIX:*:*)
79d0f4da
PB
280 echo clipper-intergraph-clix${UNAME_RELEASE}
281 exit 0 ;;
ed8a2c3a 282 mips:*:*:UMIPS | mips:*:*:RISCos)
72e8143c
BE
283 sed 's/^ //' << EOF >$dummy.c
284#ifdef __cplusplus
285 int main (int argc, char *argv[]) {
286#else
287 int main (argc, argv) int argc; char *argv[]; {
288#endif
ed8a2c3a
PB
289 #if defined (host_mips) && defined (MIPSEB)
290 #if defined (SYSTYPE_SYSV)
291 printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0);
292 #endif
293 #if defined (SYSTYPE_SVR4)
294 printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0);
295 #endif
296 #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD)
297 printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0);
298 #endif
299 #endif
300 exit (-1);
301 }
302EOF
68f39654 303 $CC_FOR_BUILD $dummy.c -o $dummy \
72e8143c
BE
304 && ./$dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
305 && rm $dummy.c $dummy && exit 0
306 rm -f $dummy.c $dummy
46506037 307 echo mips-mips-riscos${UNAME_RELEASE}
f3ec183e 308 exit 0 ;;
7d826aa9
PB
309 Night_Hawk:Power_UNIX:*:*)
310 echo powerpc-harris-powerunix
311 exit 0 ;;
cb94a3da
PB
312 m88k:CX/UX:7*:*)
313 echo m88k-harris-cxux7
314 exit 0 ;;
f629b14c
RM
315 m88k:*:4*:R4*)
316 echo m88k-motorola-sysv4
317 exit 0 ;;
318 m88k:*:3*:R3*)
319 echo m88k-motorola-sysv3
320 exit 0 ;;
f3ec183e 321 AViiON:dgux:*:*)
627bd32d 322 # DG/UX returns AViiON for all architectures
8380f562 323 UNAME_PROCESSOR=`/usr/bin/uname -p`
4bc12675 324 if [ $UNAME_PROCESSOR = mc88100 -o $UNAME_PROCESSOR = mc88110 ] ; then
985a7a04
RK
325 if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx \
326 -o ${TARGET_BINARY_INTERFACE}x = x ] ; then
327 echo m88k-dg-dgux${UNAME_RELEASE}
328 else
329 echo m88k-dg-dguxbcs${UNAME_RELEASE}
330 fi
627bd32d
SC
331 else echo i586-dg-dgux${UNAME_RELEASE}
332 fi
f3ec183e 333 exit 0 ;;
d18c3d0d
RK
334 M88*:DolphinOS:*:*) # DolphinOS (SVR3)
335 echo m88k-dolphin-sysv3
336 exit 0 ;;
f3ec183e
RK
337 M88*:*:R3*:*)
338 # Delta 88k system running SVR3
339 echo m88k-motorola-sysv3
340 exit 0 ;;
341 XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3)
342 echo m88k-tektronix-sysv3
343 exit 0 ;;
344 Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
345 echo m68k-tektronix-bsd
346 exit 0 ;;
d2956936
JW
347 *:IRIX*:*:*)
348 echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
f629b14c 349 exit 0 ;;
dd1aafd0 350 ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
351dc550
RK
351 echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
352 exit 0 ;; # Note that: echo "'`uname -s`'" gives 'AIX '
dd1aafd0 353 i?86:AIX:*:*)
f629b14c
RM
354 echo i386-ibm-aix
355 exit 0 ;;
356 *:AIX:2:3)
f3ec183e 357 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
72e8143c 358 sed 's/^ //' << EOF >$dummy.c
627e759c
RK
359 #include <sys/systemcfg.h>
360
361 main()
362 {
363 if (!__power_pc())
364 exit(1);
365 puts("powerpc-ibm-aix3.2.5");
366 exit(0);
367 }
368EOF
68f39654 369 $CC_FOR_BUILD $dummy.c -o $dummy && ./$dummy && rm $dummy.c $dummy && exit 0
72e8143c 370 rm -f $dummy.c $dummy
f3ec183e
RK
371 echo rs6000-ibm-aix3.2.5
372 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
373 echo rs6000-ibm-aix3.2.4
374 else
375 echo rs6000-ibm-aix3.2
376 fi
f629b14c 377 exit 0 ;;
8593feb6 378 *:AIX:*:4)
83cc942a
BE
379 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | head -1 | awk '{ print $1 }'`
380 if /usr/sbin/lsattr -EHl ${IBM_CPU_ID} | grep POWER >/dev/null 2>&1; then
8593feb6 381 IBM_ARCH=rs6000
a6fd3875 382 else
8593feb6 383 IBM_ARCH=powerpc
a6fd3875 384 fi
141155b8
RK
385 if [ -x /usr/bin/oslevel ] ; then
386 IBM_REV=`/usr/bin/oslevel`
8593feb6 387 else
51eebc4f 388 IBM_REV=4.${UNAME_RELEASE}
8593feb6
RK
389 fi
390 echo ${IBM_ARCH}-ibm-aix${IBM_REV}
a6fd3875 391 exit 0 ;;
f629b14c
RM
392 *:AIX:*:*)
393 echo rs6000-ibm-aix
394 exit 0 ;;
b0e4a7ad
RK
395 ibmrt:4.4BSD:*|romp-ibm:BSD:*)
396 echo romp-ibm-bsd4.4
397 exit 0 ;;
398 ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC NetBSD and
4bc12675 399 echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
351dc550 400 exit 0 ;; # report: romp-ibm BSD 4.3
f629b14c
RM
401 *:BOSX:*:*)
402 echo rs6000-bull-bosx
403 exit 0 ;;
f3ec183e
RK
404 DPX/2?00:B.O.S.:*:*)
405 echo m68k-bull-sysv3
f629b14c 406 exit 0 ;;
f3ec183e
RK
407 9000/[34]??:4.3bsd:1.*:*)
408 echo m68k-hp-bsd
f629b14c 409 exit 0 ;;
f3ec183e
RK
410 hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
411 echo m68k-hp-bsd4.4
f629b14c 412 exit 0 ;;
83cc942a 413 9000/[34678]??:HP-UX:*:*)
f3ec183e
RK
414 case "${UNAME_MACHINE}" in
415 9000/31? ) HP_ARCH=m68000 ;;
416 9000/[34]?? ) HP_ARCH=m68k ;;
2680793d 417 9000/6?? | 9000/7?? | 9000/80[024] | 9000/8?[136790] | 9000/892 )
72e8143c 418 sed 's/^ //' << EOF >$dummy.c
05d5ca25
RS
419 #include <stdlib.h>
420 #include <unistd.h>
72e8143c 421
05d5ca25
RS
422 int main ()
423 {
424 #if defined(_SC_KERNEL_BITS)
425 long bits = sysconf(_SC_KERNEL_BITS);
72e8143c 426 #endif
05d5ca25 427 long cpu = sysconf (_SC_CPU_VERSION);
72e8143c
BE
428
429 switch (cpu)
05d5ca25
RS
430 {
431 case CPU_PA_RISC1_0: puts ("hppa1.0"); break;
432 case CPU_PA_RISC1_1: puts ("hppa1.1"); break;
72e8143c 433 case CPU_PA_RISC2_0:
05d5ca25 434 #if defined(_SC_KERNEL_BITS)
72e8143c 435 switch (bits)
05d5ca25
RS
436 {
437 case 64: puts ("hppa2.0w"); break;
438 case 32: puts ("hppa2.0n"); break;
439 default: puts ("hppa2.0"); break;
440 } break;
441 #else /* !defined(_SC_KERNEL_BITS) */
442 puts ("hppa2.0"); break;
72e8143c 443 #endif
05d5ca25
RS
444 default: puts ("hppa1.0"); break;
445 }
446 exit (0);
447 }
448EOF
68f39654 449 ($CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null ) && HP_ARCH=`./$dummy`
72e8143c 450 rm -f $dummy.c $dummy
f3ec183e 451 esac
bbc3f190 452 HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
f3ec183e
RK
453 echo ${HP_ARCH}-hp-hpux${HPUX_REV}
454 exit 0 ;;
455 3050*:HI-UX:*:*)
72e8143c 456 sed 's/^ //' << EOF >$dummy.c
f3ec183e
RK
457 #include <unistd.h>
458 int
459 main ()
460 {
461 long cpu = sysconf (_SC_CPU_VERSION);
cb94a3da
PB
462 /* The order matters, because CPU_IS_HP_MC68K erroneously returns
463 true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct
464 results, however. */
465 if (CPU_IS_PA_RISC (cpu))
f3ec183e
RK
466 {
467 switch (cpu)
468 {
469 case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break;
470 case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break;
471 case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break;
472 default: puts ("hppa-hitachi-hiuxwe2"); break;
473 }
474 }
cb94a3da
PB
475 else if (CPU_IS_HP_MC68K (cpu))
476 puts ("m68k-hitachi-hiuxwe2");
f3ec183e
RK
477 else puts ("unknown-hitachi-hiuxwe2");
478 exit (0);
479 }
480EOF
68f39654 481 $CC_FOR_BUILD $dummy.c -o $dummy && ./$dummy && rm $dummy.c $dummy && exit 0
72e8143c 482 rm -f $dummy.c $dummy
f3ec183e 483 echo unknown-hitachi-hiuxwe2
f629b14c 484 exit 0 ;;
7c36a59a 485 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
8760d5df
JB
486 echo hppa1.1-hp-bsd
487 exit 0 ;;
488 9000/8??:4.3bsd:*:*)
489 echo hppa1.0-hp-bsd
490 exit 0 ;;
1e58d7cc
ILT
491 *9??*:MPE*:*:*)
492 echo hppa1.0-hp-mpeix
493 exit 0 ;;
7c36a59a 494 hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* )
cb94a3da
PB
495 echo hppa1.1-hp-osf
496 exit 0 ;;
497 hp8??:OSF1:*:*)
498 echo hppa1.0-hp-osf
499 exit 0 ;;
d4d94b76
PB
500 i?86:OSF1:*:*)
501 if [ -x /usr/sbin/sysversion ] ; then
502 echo ${UNAME_MACHINE}-unknown-osf1mk
503 else
504 echo ${UNAME_MACHINE}-unknown-osf1
505 fi
506 exit 0 ;;
bbe3c2bd
MM
507 parisc*:Lites*:*:*)
508 echo hppa1.1-hp-lites
509 exit 0 ;;
7bbba4f2 510 C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
f629b14c
RM
511 echo c1-convex-bsd
512 exit 0 ;;
7bbba4f2
CS
513 C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
514 if getsysinfo -f scalar_acc
515 then echo c32-convex-bsd
516 else echo c2-convex-bsd
517 fi
518 exit 0 ;;
519 C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*)
520 echo c34-convex-bsd
521 exit 0 ;;
522 C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*)
523 echo c38-convex-bsd
524 exit 0 ;;
525 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
526 echo c4-convex-bsd
f629b14c 527 exit 0 ;;
01d8fc64 528 CRAY*X-MP:*:*:*)
f629b14c
RM
529 echo xmp-cray-unicos
530 exit 0 ;;
0db66aed 531 CRAY*Y-MP:*:*:*)
81291a47
PB
532 echo ymp-cray-unicos${UNAME_RELEASE}
533 exit 0 ;;
d5801d71
TG
534 CRAY*[A-Z]90:*:*:*)
535 echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \
9bec625c
KH
536 | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \
537 -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/
81291a47 538 exit 0 ;;
5d4da19c
DM
539 CRAY*TS:*:*:*)
540 echo t90-cray-unicos${UNAME_RELEASE}
541 exit 0 ;;
72e8143c
BE
542 CRAY*T3E:*:*:*)
543 echo t3e-cray-unicosmk${UNAME_RELEASE}
544 exit 0 ;;
01d8fc64 545 CRAY-2:*:*:*)
f629b14c
RM
546 echo cray2-cray-unicos
547 exit 0 ;;
d4d94b76
PB
548 F300:UNIX_System_V:*:*)
549 FUJITSU_SYS=`uname -p | tr [A-Z] [a-z] | sed -e 's/\///'`
550 FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
551 echo "f300-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
552 exit 0 ;;
f440d049
DM
553 F301:UNIX_System_V:*:*)
554 echo f301-fujitsu-uxpv`echo $UNAME_RELEASE | sed 's/ .*//'`
555 exit 0 ;;
cb94a3da
PB
556 hp3[0-9][05]:NetBSD:*:*)
557 echo m68k-hp-netbsd${UNAME_RELEASE}
558 exit 0 ;;
c219c2a0
ILT
559 hp300:OpenBSD:*:*)
560 echo m68k-unknown-openbsd${UNAME_RELEASE}
dd1aafd0 561 exit 0 ;;
83cc942a
BE
562 sparc*:BSD/OS:*:*)
563 echo sparc-unknown-bsdi${UNAME_RELEASE}
564 exit 0 ;;
72e8143c 565 i?86:BSD/386:*:* | i?86:BSD/OS:*:*)
0f419363 566 echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
f3ec183e 567 exit 0 ;;
72e8143c
BE
568 *:BSD/OS:*:*)
569 echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
570 exit 0 ;;
bc7c9d8c 571 *:FreeBSD:*:*)
72e8143c
BE
572 if test -x /usr/bin/objformat; then
573 if test "elf" = "`/usr/bin/objformat`"; then
68f39654 574 echo ${UNAME_MACHINE}-unknown-freebsdelf`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'`
72e8143c
BE
575 exit 0
576 fi
577 fi
4568da2f 578 echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
bc7c9d8c
PB
579 exit 0 ;;
580 *:NetBSD:*:*)
581 echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
f3ec183e 582 exit 0 ;;
dd1aafd0
DM
583 *:OpenBSD:*:*)
584 echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
585 exit 0 ;;
b4991b76 586 i*:CYGWIN*:*)
db31fbb2 587 echo ${UNAME_MACHINE}-pc-cygwin
b4991b76 588 exit 0 ;;
43466922 589 i*:MINGW*:*)
93aca356 590 echo ${UNAME_MACHINE}-pc-mingw32
43466922 591 exit 0 ;;
b4991b76 592 p*:CYGWIN*:*)
db31fbb2 593 echo powerpcle-unknown-cygwin
b4991b76 594 exit 0 ;;
24509d9c
MM
595 prep*:SunOS:5.*:*)
596 echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
597 exit 0 ;;
5bd7b591 598 *:GNU:*:*)
9bdc0764 599 echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
5bd7b591 600 exit 0 ;;
bc7c9d8c 601 *:Linux:*:*)
5ae1a2dc
RK
602 # uname on the ARM produces all sorts of strangeness, and we need to
603 # filter it out.
604 case "$UNAME_MACHINE" in
72e8143c 605 armv*) UNAME_MACHINE=$UNAME_MACHINE ;;
5ae1a2dc
RK
606 arm* | sa110*) UNAME_MACHINE="arm" ;;
607 esac
608
6e4bd6ae 609 # The BFD linker knows what the default object file format is, so
68f39654
BE
610 # first see if it will tell us. cd to the root directory to prevent
611 # problems with other programs or directories called `ld' in the path.
612 ld_help_string=`cd /; ld --help 2>&1`
f5c69b50 613 ld_supported_emulations=`echo $ld_help_string \
36e5df1b
RS
614 | sed -ne '/supported emulations:/!d
615 s/[ ][ ]*/ /g
616 s/.*supported emulations: *//
617 s/ .*//
618 p'`
619 case "$ld_supported_emulations" in
620 i?86linux) echo "${UNAME_MACHINE}-pc-linux-gnuaout" ; exit 0 ;;
621 i?86coff) echo "${UNAME_MACHINE}-pc-linux-gnucoff" ; exit 0 ;;
622 sparclinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;;
5ae1a2dc 623 armlinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;;
36e5df1b
RS
624 m68klinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;;
625 elf32ppc) echo "powerpc-unknown-linux-gnu" ; exit 0 ;;
626 esac
627
628 if test "${UNAME_MACHINE}" = "alpha" ; then
72e8143c 629 sed 's/^ //' <<EOF >$dummy.s
13c482f1
RK
630 .globl main
631 .ent main
632 main:
633 .frame \$30,0,\$26,0
634 .prologue 0
5773304a
RK
635 .long 0x47e03d80 # implver $0
636 lda \$2,259
637 .long 0x47e20c21 # amask $2,$1
638 srl \$1,8,\$2
639 sll \$2,2,\$2
640 sll \$0,3,\$0
641 addl \$1,\$0,\$0
642 addl \$2,\$0,\$0
13c482f1
RK
643 ret \$31,(\$26),1
644 .end main
645EOF
35c5f181 646 LIBC=""
68f39654 647 $CC_FOR_BUILD $dummy.s -o $dummy 2>/dev/null
13c482f1 648 if test "$?" = 0 ; then
72e8143c 649 ./$dummy
13c482f1 650 case "$?" in
5773304a
RK
651 7)
652 UNAME_MACHINE="alpha"
653 ;;
654 15)
655 UNAME_MACHINE="alphaev5"
656 ;;
657 14)
658 UNAME_MACHINE="alphaev56"
659 ;;
660 10)
661 UNAME_MACHINE="alphapca56"
662 ;;
663 16)
664 UNAME_MACHINE="alphaev6"
665 ;;
72e8143c 666 esac
35c5f181 667
72e8143c 668 objdump --private-headers $dummy | \
35c5f181
RK
669 grep ld.so.1 > /dev/null
670 if test "$?" = 0 ; then
671 LIBC="libc1"
672 fi
72e8143c
BE
673 fi
674 rm -f $dummy.s $dummy
35c5f181 675 echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} ; exit 0
d23d9efd 676 elif test "${UNAME_MACHINE}" = "mips" ; then
72e8143c
BE
677 cat >$dummy.c <<EOF
678#ifdef __cplusplus
679 int main (int argc, char *argv[]) {
680#else
681 int main (argc, argv) int argc; char *argv[]; {
682#endif
d23d9efd
ILT
683#ifdef __MIPSEB__
684 printf ("%s-unknown-linux-gnu\n", argv[1]);
685#endif
686#ifdef __MIPSEL__
687 printf ("%sel-unknown-linux-gnu\n", argv[1]);
688#endif
689 return 0;
690}
691EOF
68f39654 692 $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null && ./$dummy "${UNAME_MACHINE}" && rm $dummy.c $dummy && exit 0
72e8143c 693 rm -f $dummy.c $dummy
c40b6c82 694 else
606532f2
RS
695 # Either a pre-BFD a.out linker (linux-gnuoldld)
696 # or one that does not give us useful --help.
36e5df1b
RS
697 # GCC wants to distinguish between linux-gnuoldld and linux-gnuaout.
698 # If ld does not provide *any* "supported emulations:"
699 # that means it is gnuoldld.
700 echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations:"
701 test $? != 0 && echo "${UNAME_MACHINE}-pc-linux-gnuoldld" && exit 0
702
606532f2 703 case "${UNAME_MACHINE}" in
421a590c 704 i?86)
606532f2
RS
705 VENDOR=pc;
706 ;;
707 *)
708 VENDOR=unknown;
709 ;;
710 esac
6e4bd6ae 711 # Determine whether the default compiler is a.out or elf
72e8143c 712 cat >$dummy.c <<EOF
606532f2 713#include <features.h>
72e8143c
BE
714#ifdef __cplusplus
715 int main (int argc, char *argv[]) {
716#else
717 int main (argc, argv) int argc; char *argv[]; {
718#endif
bbe3c2bd 719#ifdef __ELF__
606532f2
RS
720# ifdef __GLIBC__
721# if __GLIBC__ >= 2
722 printf ("%s-${VENDOR}-linux-gnu\n", argv[1]);
723# else
724 printf ("%s-${VENDOR}-linux-gnulibc1\n", argv[1]);
725# endif
726# else
727 printf ("%s-${VENDOR}-linux-gnulibc1\n", argv[1]);
728# endif
bbe3c2bd 729#else
3ffd9bc3 730 printf ("%s-${VENDOR}-linux-gnuaout\n", argv[1]);
bbe3c2bd
MM
731#endif
732 return 0;
733}
734EOF
68f39654 735 $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null && ./$dummy "${UNAME_MACHINE}" && rm $dummy.c $dummy && exit 0
72e8143c 736 rm -f $dummy.c $dummy
6e4bd6ae 737 fi ;;
cb5fbf94
RK
738# ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. earlier versions
739# are messed up and put the nodename in both sysname and nodename.
dd1aafd0 740 i?86:DYNIX/ptx:4*:*)
cb5fbf94
RK
741 echo i386-sequent-sysv4
742 exit 0 ;;
469f2168
RS
743 i?86:UNIX_SV:4.2MP:2.*)
744 # Unixware is an offshoot of SVR4, but it has its own version
745 # number series starting with 2...
746 # I am not positive that other SVR4 systems won't match this,
747 # I just have to hope. -- rms.
748 # Use sysv4.2uw... so that sysv4* matches it.
749 echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}
750 exit 0 ;;
dd1aafd0 751 i?86:*:4.*:* | i?86:SYSTEM_V:4.*:*)
8760d5df
JB
752 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
753 echo ${UNAME_MACHINE}-univel-sysv${UNAME_RELEASE}
754 else
0f419363 755 echo ${UNAME_MACHINE}-pc-sysv${UNAME_RELEASE}
8760d5df 756 fi
f629b14c 757 exit 0 ;;
dd1aafd0 758 i?86:*:3.2:*)
e301e82e
RK
759 if test -f /usr/options/cb.name; then
760 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
0f419363 761 echo ${UNAME_MACHINE}-pc-isc$UNAME_REL
e301e82e 762 elif /bin/uname -X 2>/dev/null >/dev/null ; then
f629b14c
RM
763 UNAME_REL=`(/bin/uname -X|egrep Release|sed -e 's/.*= //')`
764 (/bin/uname -X|egrep i80486 >/dev/null) && UNAME_MACHINE=i486
017e0c85
PB
765 (/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) \
766 && UNAME_MACHINE=i586
0f419363 767 echo ${UNAME_MACHINE}-pc-sco$UNAME_REL
f629b14c 768 else
0f419363 769 echo ${UNAME_MACHINE}-pc-sysv32
f3ec183e
RK
770 fi
771 exit 0 ;;
83cc942a
BE
772 i?86:UnixWare:*:*)
773 if /bin/uname -X 2>/dev/null >/dev/null ; then
774 (/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) \
775 && UNAME_MACHINE=i586
776 fi
777 echo ${UNAME_MACHINE}-unixware-${UNAME_RELEASE}-${UNAME_VERSION}
778 exit 0 ;;
16c3fe0e
RS
779 pc:*:*:*)
780 # uname -m prints for DJGPP always 'pc', but it prints nothing about
781 # the processor, so we play safe by assuming i386.
782 echo i386-pc-msdosdjgpp
783 exit 0 ;;
cb94a3da 784 Intel:Mach:3*:*)
0f419363 785 echo i386-pc-mach3
cb94a3da 786 exit 0 ;;
ad7c5ee1
PB
787 paragon:*:*:*)
788 echo i860-intel-osf1
789 exit 0 ;;
f3ec183e
RK
790 i860:*:4.*:*) # i860-SVR4
791 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then
792 echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4
793 else # Add other i860-SVR4 vendors below as they are discovered.
794 echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4
f629b14c
RM
795 fi
796 exit 0 ;;
797 mini*:CTIX:SYS*5:*)
798 # "miniframe"
799 echo m68010-convergent-sysv
800 exit 0 ;;
1b165319 801 M68*:*:R3V[567]*:*)
8760d5df 802 test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;;
1b4c60e2 803 3[34]??:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 4850:*:4.0:3.0)
d4d94b76
PB
804 OS_REL=''
805 test -r /etc/.relid \
806 && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
807 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
808 && echo i486-ncr-sysv4.3${OS_REL} && exit 0
809 /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
810 && echo i586-ncr-sysv4.3${OS_REL} && exit 0 ;;
4c07cabb 811 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
d4d94b76 812 /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
4c07cabb 813 && echo i486-ncr-sysv4 && exit 0 ;;
dd1aafd0
DM
814 m68*:LynxOS:2.*:*)
815 echo m68k-unknown-lynxos${UNAME_RELEASE}
f3ec183e
RK
816 exit 0 ;;
817 mc68030:UNIX_System_V:4.*:*)
bc7c9d8c
PB
818 echo m68k-atari-sysv4
819 exit 0 ;;
72e8143c 820 i?86:LynxOS:2.*:* | i?86:LynxOS:3.[01]*:*)
dd1aafd0 821 echo i386-unknown-lynxos${UNAME_RELEASE}
f3ec183e 822 exit 0 ;;
dd1aafd0
DM
823 TSUNAMI:LynxOS:2.*:*)
824 echo sparc-unknown-lynxos${UNAME_RELEASE}
f3ec183e 825 exit 0 ;;
dd1aafd0
DM
826 rs6000:LynxOS:2.*:* | PowerPC:LynxOS:2.*:*)
827 echo rs6000-unknown-lynxos${UNAME_RELEASE}
cb94a3da 828 exit 0 ;;
d4d94b76
PB
829 SM[BE]S:UNIX_SV:*:*)
830 echo mips-dde-sysv${UNAME_RELEASE}
831 exit 0 ;;
72e8143c
BE
832 RM*:ReliantUNIX-*:*:*)
833 echo mips-sni-sysv4
834 exit 0 ;;
cb94a3da
PB
835 RM*:SINIX-*:*:*)
836 echo mips-sni-sysv4
837 exit 0 ;;
838 *:SINIX-*:*:*)
839 if uname -p 2>/dev/null >/dev/null ; then
840 UNAME_MACHINE=`(uname -p) 2>/dev/null`
841 echo ${UNAME_MACHINE}-sni-sysv4
842 else
843 echo ns32k-sni-sysv
844 fi
845 exit 0 ;;
c0c0e4bd
RK
846 PENTIUM:CPunix:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
847 # says <Richard.M.Bartel@ccMail.Census.GOV>
848 echo i586-unisys-sysv4
849 exit 0 ;;
dd1aafd0
DM
850 *:UNIX_System_V:4*:FTX*)
851 # From Gerald Hewes <hewes@openmarket.com>.
852 # How about differentiating between stratus architectures? -djm
853 echo hppa1.1-stratus-sysv4
854 exit 0 ;;
855 *:*:*:FTX*)
856 # From seanf@swdc.stratus.com.
857 echo i860-stratus-sysv4
858 exit 0 ;;
ad3583e4
ILT
859 mc68*:A/UX:*:*)
860 echo m68k-apple-aux${UNAME_RELEASE}
861 exit 0 ;;
d3dcea6f
RS
862 news*:NEWS-OS:*:6*)
863 echo mips-sony-newsos6
864 exit 0 ;;
72e8143c 865 R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R4000:UNIX_SV:*:*)
262df1e2
ILT
866 if [ -d /usr/nec ]; then
867 echo mips-nec-sysv${UNAME_RELEASE}
868 else
869 echo mips-unknown-sysv${UNAME_RELEASE}
870 fi
871 exit 0 ;;
05b0d692
RS
872 BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only.
873 echo powerpc-be-beos
874 exit 0 ;;
875 BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only.
876 echo powerpc-apple-beos
877 exit 0 ;;
878 BePC:BeOS:*:*) # BeOS running on Intel PC compatible.
879 echo i586-pc-beos
880 exit 0 ;;
72e8143c
BE
881 SX-4:SUPER-UX:*:*)
882 echo sx4-nec-superux${UNAME_RELEASE}
883 exit 0 ;;
884 SX-5:SUPER-UX:*:*)
885 echo sx5-nec-superux${UNAME_RELEASE}
886 exit 0 ;;
887 Power*:Rhapsody:*:*)
888 echo powerpc-apple-rhapsody${UNAME_RELEASE}
889 exit 0 ;;
890 *:Rhapsody:*:*)
891 echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
892 exit 0 ;;
f629b14c
RM
893esac
894
f3ec183e 895#echo '(No uname command or uname output not recognized.)' 1>&2
f629b14c
RM
896#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2
897
72e8143c 898cat >$dummy.c <<EOF
6276efb0
RK
899#ifdef _SEQUENT_
900# include <sys/types.h>
901# include <sys/utsname.h>
902#endif
1d6ce4b0 903main ()
f629b14c
RM
904{
905#if defined (sony)
906#if defined (MIPSEB)
f3ec183e
RK
907 /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed,
908 I don't know.... */
909 printf ("mips-sony-bsd\n"); exit (0);
f629b14c 910#else
2b49050a
RM
911#include <sys/param.h>
912 printf ("m68k-sony-newsos%s\n",
913#ifdef NEWSOS4
914 "4"
915#else
916 ""
917#endif
918 ); exit (0);
f629b14c
RM
919#endif
920#endif
921
f3ec183e 922#if defined (__arm) && defined (__acorn) && defined (__unix)
1d6ce4b0 923 printf ("arm-acorn-riscix"); exit (0);
f3ec183e
RK
924#endif
925
1d6ce4b0
RS
926#if defined (hp300) && !defined (hpux)
927 printf ("m68k-hp-bsd\n"); exit (0);
f629b14c
RM
928#endif
929
1d6ce4b0
RS
930#if defined (NeXT)
931#if !defined (__ARCHITECTURE__)
f3ec183e
RK
932#define __ARCHITECTURE__ "m68k"
933#endif
934 int version;
935 version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
72e8143c
BE
936 if (version < 4)
937 printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version);
938 else
939 printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version);
cb94a3da 940 exit (0);
f3ec183e
RK
941#endif
942
f629b14c
RM
943#if defined (MULTIMAX) || defined (n16)
944#if defined (UMAXV)
1d6ce4b0 945 printf ("ns32k-encore-sysv\n"); exit (0);
f629b14c
RM
946#else
947#if defined (CMU)
1d6ce4b0 948 printf ("ns32k-encore-mach\n"); exit (0);
f629b14c 949#else
1d6ce4b0 950 printf ("ns32k-encore-bsd\n"); exit (0);
f629b14c
RM
951#endif
952#endif
953#endif
954
cb94a3da 955#if defined (__386BSD__)
0f419363 956 printf ("i386-pc-bsd\n"); exit (0);
f629b14c
RM
957#endif
958
1d6ce4b0
RS
959#if defined (sequent)
960#if defined (i386)
961 printf ("i386-sequent-dynix\n"); exit (0);
8760d5df
JB
962#endif
963#if defined (ns32000)
1d6ce4b0 964 printf ("ns32k-sequent-dynix\n"); exit (0);
8760d5df
JB
965#endif
966#endif
967
1d6ce4b0 968#if defined (_SEQUENT_)
6276efb0
RK
969 struct utsname un;
970
971 uname(&un);
972
973 if (strncmp(un.version, "V2", 2) == 0) {
974 printf ("i386-sequent-ptx2\n"); exit (0);
975 }
976 if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */
977 printf ("i386-sequent-ptx1\n"); exit (0);
978 }
979 printf ("i386-sequent-ptx\n"); exit (0);
980
8760d5df
JB
981#endif
982
1d6ce4b0
RS
983#if defined (vax)
984#if !defined (ultrix)
985 printf ("vax-dec-bsd\n"); exit (0);
f3ec183e 986#else
1d6ce4b0 987 printf ("vax-dec-ultrix\n"); exit (0);
f3ec183e
RK
988#endif
989#endif
990
1d6ce4b0
RS
991#if defined (alliant) && defined (i860)
992 printf ("i860-alliant-bsd\n"); exit (0);
993#endif
994
f629b14c
RM
995 exit (1);
996}
997EOF
998
68f39654 999$CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null && ./$dummy && rm $dummy.c $dummy && exit 0
72e8143c 1000rm -f $dummy.c $dummy
f629b14c 1001
f3ec183e
RK
1002# Apollos put the system type in the environment.
1003
1004test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit 0; }
1005
7499dc83
PB
1006# Convex versions that predate uname can use getsysinfo(1)
1007
1008if [ -x /usr/convex/getsysinfo ]
1009then
1010 case `getsysinfo -f cpu_type` in
1011 c1*)
1012 echo c1-convex-bsd
1013 exit 0 ;;
1014 c2*)
1015 if getsysinfo -f scalar_acc
1016 then echo c32-convex-bsd
1017 else echo c2-convex-bsd
1018 fi
1019 exit 0 ;;
1020 c34*)
1021 echo c34-convex-bsd
1022 exit 0 ;;
1023 c38*)
1024 echo c38-convex-bsd
1025 exit 0 ;;
1026 c4*)
1027 echo c4-convex-bsd
1028 exit 0 ;;
1029 esac
1030fi
1031
f3ec183e 1032#echo '(Unable to guess system type)' 1>&2
f629b14c
RM
1033
1034exit 1