PR ld/4267
[deliverable/binutils-gdb.git] / gdb / gdbserver / configure.srv
CommitLineData
7ea81414
DJ
1# Mappings from configuration triplets to gdbserver build options.
2# This is invoked from the autoconf-generated configure script, to
3# produce the appropriate Makefile substitutions.
4
5# This file sets the following shell variables:
6# srv_regobj The register protocol appropriate for this target.
7# srv_tgtobj Any other target-specific modules appropriate
8# for this target.
fb1e4ffc
DJ
9# srv_xmltarget The XML source file to use for target.xml, if any.
10# srv_xmlfiles Any other XML files which should be available for
11# gdbserver in this configuration.
7ea81414
DJ
12#
13# In addition, on GNU/Linux the following shell variables will be set:
14# srv_linux_regsets Set to "yes" if ptrace(PTRACE_GETREGS) and friends
15# may be available on this platform; unset otherwise.
58caa3dc
DJ
16# They will only be used if <sys/ptrace.h> defines
17# PTRACE_GETREGS.
18# srv_linux_usrregs Set to "yes" if we can get at registers via
19# PTRACE_PEEKUSR / PTRACE_POKEUSR.
7ea81414
DJ
20
21# Input is taken from the "${target}" variable.
22
23case "${target}" in
fb1e4ffc 24 arm*-*-linux*) srv_tgtobj="linux-low.o linux-arm-low.o"
58caa3dc 25 srv_linux_usrregs=yes
fb1e4ffc 26 srv_linux_regsets=yes
0d62e5e8 27 srv_linux_thread_db=yes
fb1e4ffc
DJ
28 if test $gdb_cv_arm_iwmmxt = yes; then
29 srv_regobj=arm-with-iwmmxt.o
30 srv_xmltarget=arm-with-iwmmxt.xml
31 srv_xmlfiles="arm-core.xml xscale-iwmmxt.xml"
32 else
33 srv_regobj=reg-arm.o
34 fi
7ea81414 35 ;;
45b134e5
OF
36 crisv32-*-linux*) srv_regobj=reg-crisv32.o
37 srv_tgtobj="linux-low.o linux-crisv32-low.o"
38 srv_linux_regsets=yes
39 srv_linux_thread_db=yes
40 ;;
41 cris-*-linux*) srv_regobj=reg-cris.o
42 srv_tgtobj="linux-low.o linux-cris-low.o"
43 srv_linux_usrregs=yes
44 srv_linux_thread_db=yes
45 ;;
b80864fb 46 i[34567]86-*-cygwin*) srv_regobj=reg-i386.o
68070c10 47 srv_tgtobj="win32-low.o win32-i386-low.o"
b80864fb 48 ;;
1581182a 49 i[34567]86-*-linux*) srv_regobj=reg-i386-linux.o
58caa3dc
DJ
50 srv_tgtobj="linux-low.o linux-i386-low.o i387-fp.o"
51 srv_linux_usrregs=yes
52 srv_linux_regsets=yes
0d62e5e8 53 srv_linux_thread_db=yes
7ea81414 54 ;;
68070c10
PA
55 arm*-*-mingw32ce*) srv_regobj=reg-arm.o
56 srv_tgtobj="win32-low.o win32-arm-low.o"
57 srv_tgtobj="${srv_tgtobj} wincecompat.o"
58 srv_mingw=yes
59 srv_mingwce=yes
60 ;;
b80864fb 61 i[34567]86-*-mingw*) srv_regobj=reg-i386.o
68070c10 62 srv_tgtobj="win32-low.o win32-i386-low.o"
b80864fb
DJ
63 srv_mingw=yes
64 ;;
7ea81414
DJ
65 ia64-*-linux*) srv_regobj=reg-ia64.o
66 srv_tgtobj="linux-low.o linux-ia64-low.o"
58caa3dc 67 srv_linux_usrregs=yes
7ea81414 68 ;;
7cfbc4a0
KI
69 m32r*-*-linux*) srv_regobj=reg-m32r.o
70 srv_tgtobj="linux-low.o linux-m32r-low.o"
71 srv_linux_usrregs=yes
72 srv_linux_thread_db=yes
73 ;;
7ea81414
DJ
74 m68*-*-linux*) srv_regobj=reg-m68k.o
75 srv_tgtobj="linux-low.o linux-m68k-low.o"
58caa3dc 76 srv_linux_usrregs=yes
db1d3e1b
AS
77 srv_linux_regsets=yes
78 srv_linux_thread_db=yes
7ea81414 79 ;;
52fb6437
NS
80 m68*-*-uclinux*) srv_regobj=reg-m68k.o
81 srv_tgtobj="linux-low.o linux-m68k-low.o"
82 srv_linux_usrregs=yes
83 srv_linux_regsets=yes
84 srv_linux_thread_db=yes
85 ;;
186947f7
DJ
86 mips*64*-*-linux*) srv_regobj=reg-mips64.o
87 srv_tgtobj="linux-low.o linux-mips-low.o"
88 srv_linux_regsets=yes
89 srv_linux_usrregs=yes
90 srv_linux_thread_db=yes
91 ;;
7ea81414
DJ
92 mips*-*-linux*) srv_regobj=reg-mips.o
93 srv_tgtobj="linux-low.o linux-mips-low.o"
186947f7 94 srv_linux_regsets=yes
58caa3dc 95 srv_linux_usrregs=yes
0d62e5e8 96 srv_linux_thread_db=yes
7ea81414 97 ;;
eee84df1
DJ
98 powerpc64-*-linux*) srv_regobj=reg-ppc64.o
99 srv_tgtobj="linux-low.o linux-ppc64-low.o"
100 srv_linux_usrregs=yes
e9d25b98 101 srv_linux_regsets=yes
eee84df1
DJ
102 srv_linux_thread_db=yes
103 ;;
104 powerpc-*-linux*) srv_regobj=reg-ppc.o
7ea81414 105 srv_tgtobj="linux-low.o linux-ppc-low.o"
58caa3dc 106 srv_linux_usrregs=yes
e9d25b98 107 srv_linux_regsets=yes
0d62e5e8 108 srv_linux_thread_db=yes
7ea81414 109 ;;
265f716b
DJ
110 s390-*-linux*) srv_regobj=reg-s390.o
111 srv_tgtobj="linux-low.o linux-s390-low.o"
112 srv_linux_usrregs=yes
b7149293
UW
113 srv_linux_regsets=yes
114 srv_linux_thread_db=yes
265f716b
DJ
115 ;;
116 s390x-*-linux*) srv_regobj=reg-s390x.o
117 srv_tgtobj="linux-low.o linux-s390-low.o"
118 srv_linux_usrregs=yes
b7149293
UW
119 srv_linux_regsets=yes
120 srv_linux_thread_db=yes
265f716b 121 ;;
7ea81414
DJ
122 sh*-*-linux*) srv_regobj=reg-sh.o
123 srv_tgtobj="linux-low.o linux-sh-low.o"
58caa3dc 124 srv_linux_usrregs=yes
0d62e5e8 125 srv_linux_thread_db=yes
58caa3dc 126 ;;
a13e2c95
UW
127 spu*-*-*) srv_regobj=reg-spu.o
128 srv_tgtobj="spu-low.o"
129 ;;
8695c747 130 x86_64-*-linux*) srv_regobj=reg-x86-64-linux.o
58caa3dc
DJ
131 srv_tgtobj="linux-low.o linux-x86-64-low.o i387-fp.o"
132 srv_linux_regsets=yes
011a70c2 133 srv_linux_thread_db=yes
7ea81414 134 ;;
7f313d07
BC
135 xscale*-*-linux*) srv_regobj=reg-arm.o
136 srv_tgtobj="linux-low.o linux-arm-low.o"
137 srv_linux_usrregs=yes
138 srv_linux_thread_db=yes
139 ;;
7ea81414
DJ
140 *) echo "Error: target not supported by gdbserver."
141 exit 1
142 ;;
143esac
This page took 0.3781 seconds and 4 git commands to generate.