]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/configure.host
* Makefile.in (ALLDEPFILES): Add alphanbsd-nat.c and
[thirdparty/binutils-gdb.git] / gdb / configure.host
CommitLineData
c906108c
SS
1# Mapping of configurations into GDB host definitions. This is
2# invoked from the autoconf generated configure script.
3
4# This file sets the following shell variables:
5# gdb_host_cpu generic name of host's CPU
6# gdb_host name of GDB host definition to use
7
8# Map host cpu into the config cpu subdirectory name.
9# The default is $host_cpu.
10
11case "${host_cpu}" in
12
13alpha*) gdb_host_cpu=alpha ;;
f2ae7829 14arm*) gdb_host_cpu=arm ;;
c906108c
SS
15hppa*) gdb_host_cpu=pa ;;
16i[3456]86*) gdb_host_cpu=i386 ;;
17m68*) gdb_host_cpu=m68k ;;
18m88*) gdb_host_cpu=m88k ;;
2aa830e4 19mips*) gdb_host_cpu=mips ;;
c906108c 20powerpc*) gdb_host_cpu=powerpc ;;
ea87b71b 21sparcv9 | sparc64) gdb_host_cpu=sparc ;;
4009c677 22s390*) gdb_host_cpu=s390 ;;
abf22e64 23x86_64*) gdb_host_cpu=i386 ;;
c906108c
SS
24*) gdb_host_cpu=$host_cpu ;;
25
26esac
27
28# map host info into gdb names.
29
30case "${host}" in
31
c906108c
SS
32alpha*-*-osf1*) gdb_host=alpha-osf1 ;;
33alpha*-*-osf2*) gdb_host=alpha-osf2 ;;
34alpha*-*-osf[3456789]*) gdb_host=alpha-osf3 ;;
35alpha*-*-linux*) gdb_host=alpha-linux ;;
59c94889 36alpha*-*-freebsd*) gdb_host=fbsd ;;
da8ca43d 37alpha*-*-netbsd*) gdb_host=nbsd ;;
c906108c 38
f2ae7829 39arm*-*-linux*) gdb_host=linux ;;
e7a42bc8 40arm*-*-netbsd*) gdb_host=nbsd ;;
f2ae7829 41arm*-*-*) gdb_host=arm ;;
c906108c 42
c906108c
SS
43hppa*-*-bsd*) gdb_host=hppabsd ;;
44hppa*-*-hiux*) gdb_host=hppahpux ;;
45hppa*-*-hpux10.20) gdb_host=hpux1020 ;;
5ec846f9 46hppa*64*-*-hpux11*) gdb_host=hpux11w ;;
f2ae7829 47hppa*-*-hpux11*) gdb_host=hpux11 ;;
c906108c
SS
48hppa*-*-hpux*) gdb_host=hppahpux ;;
49hppa*-*-osf*) gdb_host=hppaosf ;;
50
51i[3456]86-ncr-*) gdb_host=ncr3000 ;;
52i[3456]86-sequent-bsd*) gdb_host=symmetry ;; # dynix
53i[3456]86-sequent-sysv4*) gdb_host=ptx4 ;;
54i[3456]86-sequent-sysv*) gdb_host=ptx ;;
55i[3456]86-*-aix*) gdb_host=i386aix ;;
56i[3456]86-*-bsd*) gdb_host=i386bsd ;;
57i[3456]86-*-dgux*) gdb_host=i386dgux ;;
58i[3456]86-*-freebsd*) gdb_host=fbsd ;;
ca04024d
C
59i[3456]86-*-netbsdelf*) gdb_host=nbsdelf ;;
60i[3456]86-*-netbsdaout*) gdb_host=nbsd ;;
c906108c
SS
61i[3456]86-*-netbsd*) gdb_host=nbsd ;;
62i[3456]86-*-go32*) gdb_host=go32 ;;
f2ae7829 63i[3456]86-*-msdosdjgpp*) gdb_host=go32 ;;
c906108c
SS
64i[3456]86-*-linux*) gdb_host=linux ;;
65i[3456]86-*-lynxos*) gdb_host=i386lynx ;;
66i[3456]86-*-mach3*) gdb_host=i386m3 ;;
67i[3456]86-*-mach*) gdb_host=i386mach ;;
68i[3456]86-*-gnu*) gdb_host=i386gnu ;;
eb7cedd9 69i[3456]86-*-openbsd*) gdb_host=obsd ;;
c906108c
SS
70i[3456]86-*-osf1mk*) gdb_host=i386mk ;;
71i[3456]86-*-sco3.2v5*) gdb_host=i386sco5 ;;
72i[3456]86-*-sco3.2v4*) gdb_host=i386sco4 ;;
73i[3456]86-*-sco*) gdb_host=i386sco ;;
74i[3456]86-*-solaris*) gdb_host=i386sol2 ;;
c906108c
SS
75i[3456]86-*-sysv3.2*) gdb_host=i386v32 ;;
76i[3456]86-*-sysv32*) gdb_host=i386v32 ;;
77i[3456]86-*-sysv4.2*) gdb_host=i386v42mp ;;
78i[3456]86-*-sysv4*) gdb_host=i386v4 ;;
79i[3456]86-*-sysv5*) gdb_host=i386v42mp ;;
80i[3456]86-*-unixware2*) gdb_host=i386v42mp ;;
81i[3456]86-*-unixware*) gdb_host=i386v4 ;;
82i[3456]86-*-sysv*) gdb_host=i386v ;;
83i[3456]86-*-isc*) gdb_host=i386v32 ;;
84i[3456]86-*-cygwin*) gdb_host=cygwin ;;
eafb8301 85
596c9d4b 86ia64-*-aix*) gdb_host=aix ;;
eafb8301
KB
87ia64-*-linux*) gdb_host=linux ;;
88
c906108c
SS
89m680[01]0-sun-sunos3*) gdb_host=sun2os3 ;;
90m680[01]0-sun-sunos4*) gdb_host=sun2os4 ;;
c906108c 91
c906108c
SS
92m68*-apollo*-sysv*) gdb_host=apollo68v ;;
93m68*-apollo*-bsd*) gdb_host=apollo68b ;;
94m68*-att-*) gdb_host=3b1 ;;
95m68*-bull*-sysv*) gdb_host=dpx2 ;;
96m68*-hp-bsd*) gdb_host=hp300bsd ;;
97m68*-hp-hpux*) gdb_host=hp300hpux ;;
c906108c
SS
98m68*-*-linux*) gdb_host=linux ;;
99m68*-*-lynxos*) gdb_host=m68klynx ;;
100m68*-*-netbsd*) gdb_host=nbsd ;;
101m68*-*-sysv4*) gdb_host=m68kv4 ;;
102m68*-motorola-*) gdb_host=delta68 ;;
c906108c
SS
103m68*-sun-sunos3*) gdb_host=sun3os3 ;;
104m68*-sun-sunos4*) gdb_host=sun3os4 ;;
105m68*-sun-*) gdb_host=sun3os4 ;;
106
c906108c
SS
107m88*-motorola-sysv4*) gdb_host=delta88v4 ;;
108m88*-motorola-sysv*) gdb_host=delta88 ;;
109m88*-*-*) gdb_host=m88k ;;
110
f2ae7829 111mips-dec-mach3*) gdb_host=mipsm3 ;;
c906108c
SS
112mips-dec-*) gdb_host=decstation ;;
113mips-little-*) gdb_host=littlemips ;;
114mips-sgi-irix3*) gdb_host=irix3 ;;
115mips-sgi-irix4*) gdb_host=irix4 ;;
116mips-sgi-irix5*) gdb_host=irix5 ;;
1d06468c 117mips-sgi-irix6*) gdb_host=irix6 ;;
c906108c 118mips-sony-*) gdb_host=news-mips ;;
2aa830e4 119mips*-*-linux*) gdb_host=linux ;;
c906108c
SS
120mips-*-mach3*) gdb_host=mipsm3 ;;
121mips-*-sysv4*) gdb_host=mipsv4 ;;
122mips-*-sysv*) gdb_host=riscos ;;
123mips-*-riscos*) gdb_host=riscos ;;
124
125none-*-*) gdb_host=none ;;
126
c906108c 127ns32k-*-netbsd*) gdb_host=nbsd ;;
c906108c
SS
128
129powerpc-*-aix*) gdb_host=aix ;;
c906108c 130powerpc-*-linux*) gdb_host=linux ;;
e42180d7 131powerpc-*-netbsd*) gdb_host=nbsd ;;
c906108c 132
c906108c
SS
133rs6000-*-lynxos*) gdb_host=rs6000lynx ;;
134rs6000-*-aix4*) gdb_host=aix4 ;;
135rs6000-*-*) gdb_host=rs6000 ;;
136
4009c677
AC
137s390*-*-*) gdb_host=s390 ;;
138
c906108c
SS
139sparc-*-linux*) gdb_host=linux ;;
140sparc-*-lynxos*) gdb_host=sparclynx ;;
f2ae7829
KB
141sparc-*-netbsdelf*) gdb_host=nbsdelf ;;
142sparc-*-netbsdaout*) gdb_host=nbsd ;;
c906108c
SS
143sparc-*-netbsd*) gdb_host=nbsd ;;
144sparc-*-solaris2*) gdb_host=sun4sol2 ;;
145sparc-*-sunos4*) gdb_host=sun4os4 ;;
146sparc-*-sunos5*) gdb_host=sun4sol2 ;;
147sparc-*-*) gdb_host=sun4os4 ;;
54394ac3
DB
148sparc64-*-freebsd*|ultrasparc-*-freebsd*|sparcv9-*-freebsd*)
149 gdb_host=fbsd ;;
86168def 150sparc64-*-linux*) gdb_host=linux ;;
ea87b71b 151sparcv9-*-* | sparc64-*-*) gdb_host=sun4sol2 ;;
c906108c
SS
152
153strongarm-*-*) gdb_host=arm ;;
7cf6486b 154xscale-*-*) gdb_host=arm ;;
c906108c 155
c906108c
SS
156vax-*-bsd*) gdb_host=vaxbsd ;;
157vax-*-ultrix2*) gdb_host=vaxult2 ;;
158vax-*-ultrix*) gdb_host=vaxult ;;
159
abf22e64
AJ
160x86_64-*-linux*) gdb_host=x86-64linux ;;
161
c906108c 162esac