Add support for configuring an xscale atrget
[deliverable/binutils-gdb.git] / gdb / configure.host
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
11 case "${host_cpu}" in
12
13 alpha*) gdb_host_cpu=alpha ;;
14 arm*) gdb_host_cpu=arm ;;
15 # OBSOLETE c[12]) gdb_host_cpu=convex ;;
16 hppa*) gdb_host_cpu=pa ;;
17 i[3456]86*) gdb_host_cpu=i386 ;;
18 m68*) gdb_host_cpu=m68k ;;
19 m88*) gdb_host_cpu=m88k ;;
20 # OBSOLETE pyramid) gdb_host_cpu=pyr ;;
21 powerpc*) gdb_host_cpu=powerpc ;;
22 sparc64) gdb_host_cpu=sparc ;;
23 *) gdb_host_cpu=$host_cpu ;;
24
25 esac
26
27 # map host info into gdb names.
28
29 case "${host}" in
30
31 a29k-*-*) gdb_host=ultra3 ;;
32
33 alpha*-*-osf1*) gdb_host=alpha-osf1 ;;
34 alpha*-*-osf2*) gdb_host=alpha-osf2 ;;
35 alpha*-*-osf[3456789]*) gdb_host=alpha-osf3 ;;
36 alpha*-*-linux*) gdb_host=alpha-linux ;;
37 alpha*-*-freebsd*) gdb_host=fbsd ;;
38
39 arm*-*-linux*) gdb_host=linux ;;
40 arm*-*-*) gdb_host=arm ;;
41
42 # OBSOLETE c[12]-*-*) gdb_host=convex ;;
43
44 hppa*-*-bsd*) gdb_host=hppabsd ;;
45 hppa*-*-hiux*) gdb_host=hppahpux ;;
46 hppa*-*-hpux10.20) gdb_host=hpux1020 ;;
47 hppa*64*-*-hpux11*) gdb_host=hpux11w ;;
48 hppa*-*-hpux11*) gdb_host=hpux11 ;;
49 hppa*-*-hpux*) gdb_host=hppahpux ;;
50 hppa*-*-osf*) gdb_host=hppaosf ;;
51
52 i[3456]86-ncr-*) gdb_host=ncr3000 ;;
53 i[3456]86-sequent-bsd*) gdb_host=symmetry ;; # dynix
54 i[3456]86-sequent-sysv4*) gdb_host=ptx4 ;;
55 i[3456]86-sequent-sysv*) gdb_host=ptx ;;
56 i[3456]86-*-aix*) gdb_host=i386aix ;;
57 i[3456]86-*-bsd*) gdb_host=i386bsd ;;
58 i[3456]86-*-dgux*) gdb_host=i386dgux ;;
59 i[3456]86-*-freebsd*) gdb_host=fbsd ;;
60 i[3456]86-*-netbsdelf*) gdb_host=nbsdelf ;;
61 i[3456]86-*-netbsdaout*) gdb_host=nbsd ;;
62 i[3456]86-*-netbsd*) gdb_host=nbsd ;;
63 i[3456]86-*-go32*) gdb_host=go32 ;;
64 i[3456]86-*-msdosdjgpp*) gdb_host=go32 ;;
65 i[3456]86-*-linux*) gdb_host=linux ;;
66 i[3456]86-*-lynxos*) gdb_host=i386lynx ;;
67 i[3456]86-*-mach3*) gdb_host=i386m3 ;;
68 i[3456]86-*-mach*) gdb_host=i386mach ;;
69 i[3456]86-*-gnu*) gdb_host=i386gnu ;;
70 i[3456]86-*-osf1mk*) gdb_host=i386mk ;;
71 i[3456]86-*-sco3.2v5*) gdb_host=i386sco5 ;;
72 i[3456]86-*-sco3.2v4*) gdb_host=i386sco4 ;;
73 i[3456]86-*-sco*) gdb_host=i386sco ;;
74 i[3456]86-*-solaris*) gdb_host=i386sol2 ;;
75 i[3456]86-*-sunos*) gdb_host=sun386 ;;
76 i[3456]86-*-sysv3.2*) gdb_host=i386v32 ;;
77 i[3456]86-*-sysv32*) gdb_host=i386v32 ;;
78 i[3456]86-*-sysv4.2*) gdb_host=i386v42mp ;;
79 i[3456]86-*-sysv4*) gdb_host=i386v4 ;;
80 i[3456]86-*-sysv5*) gdb_host=i386v42mp ;;
81 i[3456]86-*-unixware2*) gdb_host=i386v42mp ;;
82 i[3456]86-*-unixware*) gdb_host=i386v4 ;;
83 i[3456]86-*-sysv*) gdb_host=i386v ;;
84 i[3456]86-*-isc*) gdb_host=i386v32 ;;
85 i[3456]86-*-cygwin*) gdb_host=cygwin ;;
86
87 ia64-*-linux*) gdb_host=linux ;;
88
89 m680[01]0-sun-sunos3*) gdb_host=sun2os3 ;;
90 m680[01]0-sun-sunos4*) gdb_host=sun2os4 ;;
91 m68030-sony-*) gdb_host=news1000 ;;
92
93 # OBSOLETE m68*-altos-*) gdb_host=altos ;;
94 m68*-apollo*-sysv*) gdb_host=apollo68v ;;
95 m68*-apollo*-bsd*) gdb_host=apollo68b ;;
96 m68*-att-*) gdb_host=3b1 ;;
97 m68*-bull*-sysv*) gdb_host=dpx2 ;;
98 m68*-hp-bsd*) gdb_host=hp300bsd ;;
99 m68*-hp-hpux*) gdb_host=hp300hpux ;;
100 m68*-isi-*) gdb_host=isi ;;
101 m68*-*-linux*) gdb_host=linux ;;
102 m68*-*-lynxos*) gdb_host=m68klynx ;;
103 m68*-*-netbsd*) gdb_host=nbsd ;;
104 m68*-*-sysv4*) gdb_host=m68kv4 ;;
105 m68*-motorola-*) gdb_host=delta68 ;;
106 m68*-sony-*) gdb_host=news ;;
107 m68*-sun-sunos3*) gdb_host=sun3os3 ;;
108 m68*-sun-sunos4*) gdb_host=sun3os4 ;;
109 m68*-sun-*) gdb_host=sun3os4 ;;
110
111 m88*-harris-cxux*) gdb_host=cxux ;;
112 m88*-motorola-sysv4*) gdb_host=delta88v4 ;;
113 m88*-motorola-sysv*) gdb_host=delta88 ;;
114 m88*-*-*) gdb_host=m88k ;;
115
116 mips-dec-mach3*) gdb_host=mipsm3 ;;
117 mips-dec-*) gdb_host=decstation ;;
118 mips-little-*) gdb_host=littlemips ;;
119 mips-sgi-irix3*) gdb_host=irix3 ;;
120 mips-sgi-irix4*) gdb_host=irix4 ;;
121 mips-sgi-irix5*) gdb_host=irix5 ;;
122 # Close enough for now.
123 mips-sgi-irix6*) gdb_host=irix5 ;;
124 mips-sony-*) gdb_host=news-mips ;;
125 mips-*-mach3*) gdb_host=mipsm3 ;;
126 mips-*-sysv4*) gdb_host=mipsv4 ;;
127 mips-*-sysv*) gdb_host=riscos ;;
128 mips-*-riscos*) gdb_host=riscos ;;
129
130 none-*-*) gdb_host=none ;;
131
132 ns32k-*-mach3*) gdb_host=ns32km3 ;;
133 ns32k-*-netbsd*) gdb_host=nbsd ;;
134 ns32k-umax-*) gdb_host=umax ;;
135 ns32k-utek-sysv*) gdb_host=merlin ;;
136
137 powerpc-*-aix*) gdb_host=aix ;;
138 powerpcle-*-cygwin*) gdb_host=cygwin ;;
139 powerpcle-*-solaris*) gdb_host=solaris ;;
140 powerpc-*-linux*) gdb_host=linux ;;
141 powerpc-*-netbsd*) gdb_host=nbsd ;;
142
143 # OBSOLETE pn-*-*) gdb_host=pn ;;
144
145 # OBSOLETE pyramid-*-*) gdb_host=pyramid ;;
146
147 romp-*-*) gdb_host=rtbsd ;;
148
149 rs6000-*-lynxos*) gdb_host=rs6000lynx ;;
150 rs6000-*-aix4*) gdb_host=aix4 ;;
151 rs6000-*-*) gdb_host=rs6000 ;;
152
153 sparc-*-linux*) gdb_host=linux ;;
154 sparc-*-lynxos*) gdb_host=sparclynx ;;
155 sparc-*-netbsdelf*) gdb_host=nbsdelf ;;
156 sparc-*-netbsdaout*) gdb_host=nbsd ;;
157 sparc-*-netbsd*) gdb_host=nbsd ;;
158 sparc-*-solaris2*) gdb_host=sun4sol2 ;;
159 sparc-*-sunos4*) gdb_host=sun4os4 ;;
160 sparc-*-sunos5*) gdb_host=sun4sol2 ;;
161 sparc-*-*) gdb_host=sun4os4 ;;
162 sparc64-*-*) gdb_host=sun4sol2 ;;
163
164 strongarm-*-*) gdb_host=arm ;;
165 xscale-*-*) gdb_host=arm ;;
166
167 # OBSOLETE tahoe-*-*) gdb_host=tahoe ;;
168
169 vax-*-bsd*) gdb_host=vaxbsd ;;
170 vax-*-ultrix2*) gdb_host=vaxult2 ;;
171 vax-*-ultrix*) gdb_host=vaxult ;;
172
173 esac
This page took 0.034594 seconds and 5 git commands to generate.