(Fset_face_attribute_internal): Mark frame garbaged whenever
[bpt/emacs.git] / config.guess
CommitLineData
f629b14c
RM
1#!/bin/sh
2# This script attempts to guess a canonical system name.
f3ec183e 3# Copyright (C) 1992, 1993, 1994 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
17# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
18
e0640373
PB
19# Written by Per Bothner <bothner@cygnus.com>.
20# The master version of this file is at the FSF in /home/gd/gnu/lib.
f629b14c 21#
8760d5df 22# This script attempts to guess a canonical system name similar to
f3ec183e
RK
23# config.sub. If it succeeds, it prints the system name on stdout, and
24# exits with 0. Otherwise, it exits with 1.
f629b14c
RM
25#
26# The plan is that this can be called by configure scripts if you
27# don't specify an explicit system type (host/target name).
28#
29# Only a few systems have been added to this list; please add others
30# (but try to keep the structure clean).
31#
32
6e9495ec
RS
33# This is needed to find uname on a Pyramid OSx when run in the BSD universe.
34# (ghazi@noc.rutgers.edu 8/24/94.)
35if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
36 PATH=$PATH:/.attbin ; export PATH
37fi
38
f629b14c
RM
39UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
40UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
41UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
42UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
43
f3ec183e
RK
44trap 'rm -f dummy.c dummy.o dummy; exit 1' 1 2 15
45
f629b14c
RM
46# Note: order is significant - the case branches are not exclusive.
47
48case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
cb94a3da
PB
49 alpha:OSF1:V*:*)
50 # After 1.2, OSF1 uses "V1.3" for uname -r.
51 echo alpha-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^V//'`
52 exit 0 ;;
53 alpha:OSF1:*:*)
f3ec183e 54 # 1.2 uses "1.2" for uname -r.
f629b14c
RM
55 echo alpha-dec-osf${UNAME_RELEASE}
56 exit 0 ;;
f3ec183e
RK
57 arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
58 echo arm-acorn-riscix${UNAME_RELEASE}
59 exit 0;;
6e9495ec
RS
60 Pyramid*:OSx*:*:*)
61 if test "`(/bin/universe) 2>/dev/null`" = att ; then
62 echo pyramid-pyramid-sysv3
63 else
64 echo pyramid-pyramid-bsd
65 fi
66 exit 0 ;;
8760d5df
JB
67 sun4*:SunOS:5.*:*)
68 echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
69 exit 0 ;;
70 sun4*:SunOS:6*:*)
71 # According to config.sub, this is the proper way to canonicalize
72 # SunOS6. Hard to guess exactly what SunOS6 will be like, but
73 # it's likely to be more like Solaris than SunOS4.
74 echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
f629b14c
RM
75 exit 0 ;;
76 sun4*:SunOS:*:*)
bbc3f190
PB
77 # Japanese Language versions have a version number like `4.1.3-JL'.
78 echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
f629b14c
RM
79 exit 0 ;;
80 sun3*:SunOS:*:*)
81 echo m68k-sun-sunos${UNAME_RELEASE}
82 exit 0 ;;
83 RISC*:ULTRIX:*:*)
84 echo mips-dec-ultrix${UNAME_RELEASE}
85 exit 0 ;;
86 VAX*:ULTRIX*:*:*)
87 echo vax-dec-ultrix${UNAME_RELEASE}
88 exit 0 ;;
f3ec183e
RK
89 mips:*:5*:RISCos)
90 echo mips-mips-riscos${UNAME_RELEASE}
91 exit 0 ;;
cb94a3da
PB
92 m88k:CX/UX:7*:*)
93 echo m88k-harris-cxux7
94 exit 0 ;;
f629b14c
RM
95 m88k:*:4*:R4*)
96 echo m88k-motorola-sysv4
97 exit 0 ;;
98 m88k:*:3*:R3*)
99 echo m88k-motorola-sysv3
100 exit 0 ;;
f3ec183e 101 AViiON:dgux:*:*)
985a7a04
RK
102 if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx \
103 -o ${TARGET_BINARY_INTERFACE}x = x ] ; then
104 echo m88k-dg-dgux${UNAME_RELEASE}
105 else
106 echo m88k-dg-dguxbcs${UNAME_RELEASE}
107 fi
f3ec183e 108 exit 0 ;;
d18c3d0d
RK
109 M88*:DolphinOS:*:*) # DolphinOS (SVR3)
110 echo m88k-dolphin-sysv3
111 exit 0 ;;
f3ec183e
RK
112 M88*:*:R3*:*)
113 # Delta 88k system running SVR3
114 echo m88k-motorola-sysv3
115 exit 0 ;;
116 XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3)
117 echo m88k-tektronix-sysv3
118 exit 0 ;;
119 Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
120 echo m68k-tektronix-bsd
121 exit 0 ;;
f629b14c
RM
122 *:IRIX:*:*)
123 echo mips-sgi-irix${UNAME_RELEASE}
124 exit 0 ;;
125 i[34]86:AIX:*:*)
126 echo i386-ibm-aix
127 exit 0 ;;
128 *:AIX:2:3)
f3ec183e 129 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
627e759c
RK
130 sed 's/^ //' << EOF >dummy.c
131 #include <sys/systemcfg.h>
132
133 main()
134 {
135 if (!__power_pc())
136 exit(1);
137 puts("powerpc-ibm-aix3.2.5");
138 exit(0);
139 }
140EOF
141 ${CC-cc} dummy.c -o dummy && ./dummy && rm dummy.c dummy && exit 0
142 rm -f dummy.c dummy
f3ec183e
RK
143 echo rs6000-ibm-aix3.2.5
144 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
145 echo rs6000-ibm-aix3.2.4
146 else
147 echo rs6000-ibm-aix3.2
148 fi
f629b14c
RM
149 exit 0 ;;
150 *:AIX:*:*)
151 echo rs6000-ibm-aix
152 exit 0 ;;
153 *:BOSX:*:*)
154 echo rs6000-bull-bosx
155 exit 0 ;;
f3ec183e
RK
156 DPX/2?00:B.O.S.:*:*)
157 echo m68k-bull-sysv3
f629b14c 158 exit 0 ;;
f3ec183e
RK
159 9000/[34]??:4.3bsd:1.*:*)
160 echo m68k-hp-bsd
f629b14c 161 exit 0 ;;
f3ec183e
RK
162 hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
163 echo m68k-hp-bsd4.4
f629b14c 164 exit 0 ;;
cb94a3da 165 9000/[3478]??:HP-UX:*:*)
f3ec183e
RK
166 case "${UNAME_MACHINE}" in
167 9000/31? ) HP_ARCH=m68000 ;;
168 9000/[34]?? ) HP_ARCH=m68k ;;
169 9000/7?? | 9000/8?7 ) HP_ARCH=hppa1.1 ;;
170 9000/8?? ) HP_ARCH=hppa1.0 ;;
171 esac
bbc3f190 172 HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
f3ec183e
RK
173 echo ${HP_ARCH}-hp-hpux${HPUX_REV}
174 exit 0 ;;
175 3050*:HI-UX:*:*)
176 sed 's/^ //' << EOF >dummy.c
177 #include <unistd.h>
178 int
179 main ()
180 {
181 long cpu = sysconf (_SC_CPU_VERSION);
cb94a3da
PB
182 /* The order matters, because CPU_IS_HP_MC68K erroneously returns
183 true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct
184 results, however. */
185 if (CPU_IS_PA_RISC (cpu))
f3ec183e
RK
186 {
187 switch (cpu)
188 {
189 case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break;
190 case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break;
191 case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break;
192 default: puts ("hppa-hitachi-hiuxwe2"); break;
193 }
194 }
cb94a3da
PB
195 else if (CPU_IS_HP_MC68K (cpu))
196 puts ("m68k-hitachi-hiuxwe2");
f3ec183e
RK
197 else puts ("unknown-hitachi-hiuxwe2");
198 exit (0);
199 }
200EOF
201 ${CC-cc} dummy.c -o dummy && ./dummy && rm dummy.c dummy && exit 0
202 rm -f dummy.c dummy
203 echo unknown-hitachi-hiuxwe2
f629b14c 204 exit 0 ;;
f3ec183e 205 9000/7??:4.3bsd:*:* | 9000/8?7:4.3bsd:*:* )
8760d5df
JB
206 echo hppa1.1-hp-bsd
207 exit 0 ;;
208 9000/8??:4.3bsd:*:*)
209 echo hppa1.0-hp-bsd
210 exit 0 ;;
cb94a3da
PB
211 hp7??:OSF1:*:* | hp8?7:OSF1:*:* )
212 echo hppa1.1-hp-osf
213 exit 0 ;;
214 hp8??:OSF1:*:*)
215 echo hppa1.0-hp-osf
216 exit 0 ;;
7bbba4f2 217 C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
f629b14c
RM
218 echo c1-convex-bsd
219 exit 0 ;;
7bbba4f2
CS
220 C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
221 if getsysinfo -f scalar_acc
222 then echo c32-convex-bsd
223 else echo c2-convex-bsd
224 fi
225 exit 0 ;;
226 C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*)
227 echo c34-convex-bsd
228 exit 0 ;;
229 C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*)
230 echo c38-convex-bsd
231 exit 0 ;;
232 C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
233 echo c4-convex-bsd
f629b14c
RM
234 exit 0 ;;
235 CRAY*X-MP:UNICOS:*:*)
236 echo xmp-cray-unicos
237 exit 0 ;;
238 CRAY*Y-MP:UNICOS:*:*)
239 echo ymp-cray-unicos
240 exit 0 ;;
241 CRAY-2:UNICOS:*:*)
242 echo cray2-cray-unicos
243 exit 0 ;;
cb94a3da
PB
244 hp3[0-9][05]:NetBSD:*:*)
245 echo m68k-hp-netbsd${UNAME_RELEASE}
246 exit 0 ;;
f3ec183e
RK
247 i[34]86:BSD/386:*:*)
248 echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
249 exit 0 ;;
bc7c9d8c 250 *:FreeBSD:*:*)
e0640373 251 echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/(.*//'`
bc7c9d8c
PB
252 exit 0 ;;
253 *:NetBSD:*:*)
254 echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
f3ec183e 255 exit 0 ;;
bc7c9d8c 256 *:Linux:*:*)
f629b14c
RM
257 echo ${UNAME_MACHINE}-unknown-linux
258 exit 0 ;;
f3ec183e 259 i[34]86:UNIX_SV:4.*:* | i[34]86:SYSTEM_V:4.*:*)
8760d5df
JB
260 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
261 echo ${UNAME_MACHINE}-univel-sysv${UNAME_RELEASE}
262 else
263 echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}
264 fi
f629b14c
RM
265 exit 0 ;;
266 i[34]86:*:3.2:*)
267 if /bin/uname -X 2>/dev/null >/dev/null ; then
268 UNAME_REL=`(/bin/uname -X|egrep Release|sed -e 's/.*= //')`
269 (/bin/uname -X|egrep i80486 >/dev/null) && UNAME_MACHINE=i486
270 echo ${UNAME_MACHINE}-unknown-sco$UNAME_REL
f3ec183e
RK
271 elif test -f /usr/options/cb.name; then
272 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
273 echo ${UNAME_MACHINE}-unknown-isc$UNAME_REL
f629b14c 274 else
f3ec183e
RK
275 echo ${UNAME_MACHINE}-unknown-sysv32
276 fi
277 exit 0 ;;
cb94a3da
PB
278# ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. earlier versions
279# are messed up and put the nodename in both sysname and nodename.
280 i[34]86:DYNIX/ptx:4*:*)
281 echo i386-sequent-sysv4
282 exit 0 ;;
283 Intel:Mach:3*:*)
284 echo i386-unknown-mach3
285 exit 0 ;;
f3ec183e
RK
286 i860:*:4.*:*) # i860-SVR4
287 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then
288 echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4
289 else # Add other i860-SVR4 vendors below as they are discovered.
290 echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4
f629b14c
RM
291 fi
292 exit 0 ;;
293 mini*:CTIX:SYS*5:*)
294 # "miniframe"
295 echo m68010-convergent-sysv
296 exit 0 ;;
f3ec183e 297 M680[234]0:*:R3V[567]*:*)
8760d5df 298 test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;;
e0640373 299 3[34]??:*:4.0:*)
f3ec183e
RK
300 uname -p 2>/dev/null | grep 86 >/dev/null \
301 && echo i486-ncr-sysv4 && exit 0 ;;
e0640373
PB
302 33[56]0,3???:*:4.0:*)
303 uname -p 2>/dev/null | grep 86 >/dev/null \
304 && echo i486-ncr-sysv4.3 && exit 0 ;;
f3ec183e
RK
305 m680[234]0:LynxOS:2.2*:*)
306 echo m68k-lynx-lynxos${UNAME_RELEASE}
307 exit 0 ;;
308 mc68030:UNIX_System_V:4.*:*)
bc7c9d8c
PB
309 echo m68k-atari-sysv4
310 exit 0 ;;
f3ec183e
RK
311 i[34]86:LynxOS:2.2*:*)
312 echo i386-lynx-lynxos${UNAME_RELEASE}
313 exit 0 ;;
314 TSUNAMI:LynxOS:2.2*:*)
315 echo sparc-lynx-lynxos${UNAME_RELEASE}
316 exit 0 ;;
cb94a3da
PB
317 rs6000:LynxOS:2.2*:*)
318 echo rs6000-lynx-lynxos${UNAME_RELEASE}
319 exit 0 ;;
320 RM*:SINIX-*:*:*)
321 echo mips-sni-sysv4
322 exit 0 ;;
323 *:SINIX-*:*:*)
324 if uname -p 2>/dev/null >/dev/null ; then
325 UNAME_MACHINE=`(uname -p) 2>/dev/null`
326 echo ${UNAME_MACHINE}-sni-sysv4
327 else
328 echo ns32k-sni-sysv
329 fi
330 exit 0 ;;
f629b14c
RM
331esac
332
f3ec183e 333#echo '(No uname command or uname output not recognized.)' 1>&2
f629b14c
RM
334#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2
335
336cat >dummy.c <<EOF
1d6ce4b0 337main ()
f629b14c
RM
338{
339#if defined (sony)
340#if defined (MIPSEB)
f3ec183e
RK
341 /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed,
342 I don't know.... */
343 printf ("mips-sony-bsd\n"); exit (0);
f629b14c 344#else
1d6ce4b0 345 printf ("m68k-sony-newsos\n"); exit (0);
f629b14c
RM
346#endif
347#endif
348
f3ec183e 349#if defined (__arm) && defined (__acorn) && defined (__unix)
1d6ce4b0 350 printf ("arm-acorn-riscix"); exit (0);
f3ec183e
RK
351#endif
352
1d6ce4b0
RS
353#if defined (hp300) && !defined (hpux)
354 printf ("m68k-hp-bsd\n"); exit (0);
f629b14c
RM
355#endif
356
1d6ce4b0
RS
357#if defined (NeXT)
358#if !defined (__ARCHITECTURE__)
f3ec183e
RK
359#define __ARCHITECTURE__ "m68k"
360#endif
361 int version;
362 version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
e0640373 363 printf ("%s-next-nextstep%s\n", __ARCHITECTURE__, version==2 ? "2" : "3");
cb94a3da 364 exit (0);
f3ec183e
RK
365#endif
366
f629b14c
RM
367#if defined (MULTIMAX) || defined (n16)
368#if defined (UMAXV)
1d6ce4b0 369 printf ("ns32k-encore-sysv\n"); exit (0);
f629b14c
RM
370#else
371#if defined (CMU)
1d6ce4b0 372 printf ("ns32k-encore-mach\n"); exit (0);
f629b14c 373#else
1d6ce4b0 374 printf ("ns32k-encore-bsd\n"); exit (0);
f629b14c
RM
375#endif
376#endif
377#endif
378
cb94a3da 379#if defined (__386BSD__)
1d6ce4b0 380 printf ("i386-unknown-bsd\n"); exit (0);
f629b14c
RM
381#endif
382
1d6ce4b0
RS
383#if defined (sequent)
384#if defined (i386)
385 printf ("i386-sequent-dynix\n"); exit (0);
8760d5df
JB
386#endif
387#if defined (ns32000)
1d6ce4b0 388 printf ("ns32k-sequent-dynix\n"); exit (0);
8760d5df
JB
389#endif
390#endif
391
1d6ce4b0
RS
392#if defined (_SEQUENT_)
393 printf ("i386-sequent-ptx\n"); exit (0);
8760d5df
JB
394#endif
395
1d6ce4b0
RS
396#if defined (vax)
397#if !defined (ultrix)
398 printf ("vax-dec-bsd\n"); exit (0);
f3ec183e 399#else
1d6ce4b0 400 printf ("vax-dec-ultrix\n"); exit (0);
f3ec183e
RK
401#endif
402#endif
403
1d6ce4b0
RS
404#if defined (alliant) && defined (i860)
405 printf ("i860-alliant-bsd\n"); exit (0);
406#endif
407
f629b14c
RM
408 exit (1);
409}
410EOF
411
f3ec183e 412${CC-cc} dummy.c -o dummy 2>/dev/null && ./dummy && rm dummy.c dummy && exit 0
f629b14c
RM
413rm -f dummy.c dummy
414
f3ec183e
RK
415# Apollos put the system type in the environment.
416
417test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit 0; }
418
419#echo '(Unable to guess system type)' 1>&2
f629b14c
RM
420
421exit 1