2001-07-21 Chris Demetriou <cgd@broadcom.com>
[deliverable/binutils-gdb.git] / gdb / configure.in
CommitLineData
c906108c 1dnl Autoconf configure script for GDB, the GNU debugger.
b6ba6518
KB
2dnl Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001
3dnl Free Software Foundation, Inc.
c906108c
SS
4dnl
5dnl This file is part of GDB.
6dnl
7dnl This program is free software; you can redistribute it and/or modify
8dnl it under the terms of the GNU General Public License as published by
9dnl the Free Software Foundation; either version 2 of the License, or
10dnl (at your option) any later version.
11dnl
12dnl This program is distributed in the hope that it will be useful,
13dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
14dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15dnl GNU General Public License for more details.
16dnl
17dnl You should have received a copy of the GNU General Public License
18dnl along with this program; if not, write to the Free Software
19dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20
21dnl Process this file with autoconf to produce a configure script.
22
23AC_PREREQ(2.13)dnl
24AC_INIT(main.c)
25AC_CONFIG_HEADER(config.h:config.in)
413ccac7 26AM_MAINTAINER_MODE
c906108c
SS
27
28AC_PROG_CC
29AC_AIX
30AC_ISC_POSIX
31AM_PROG_CC_STDC
32
33AC_CONFIG_AUX_DIR(`cd $srcdir;pwd`/..)
34AC_CANONICAL_SYSTEM
35
36dnl gdb doesn't use gettext, but bfd does. We call this to ensure we
37dnl link with the correct libraries.
38ALL_LINGUAS=
39CY_GNU_GETTEXT
40
41dnl List of object files added by configure.
42
43CONFIG_OBS=
66b965bb 44CONFIG_LIB_OBS=
c906108c
SS
45CONFIG_DEPS=
46CONFIG_SRCS=
fb40c209
AC
47CONFIG_INITS=
48ENABLE_CFLAGS=
b3a90332
AC
49CONFIG_ALL=
50CONFIG_CLEAN=
e56ac5c3
AC
51CONFIG_INSTALL=
52CONFIG_UNINSTALL=
c906108c
SS
53
54configdirs="doc testsuite"
55
96baa820
JM
56AC_ARG_ENABLE(multi-ice,
57[ --enable-multi-ice Build the multi-ice-gdb-server],
58[case "${enableval}" in
59 yes ) enable_multi_ice="yes" ;;
60 no) enable_multi_ice="no" ;;
61 *) AC_MSG_ERROR(Bad value for --enable-multi-ice: ${enableval}) ;;
62 esac
63])
64
65if test "${enable_multi_ice}" = "yes"; then
66 configdirs="${configdirs} multi-ice"
67fi
68
c906108c
SS
69dnl
70changequote(,)dnl
71
72. ${srcdir}/configure.host
73
74. ${srcdir}/configure.tgt
75
1ba607ad
AC
76targ=${target} ; . ${srcdir}/../bfd/config.bfd
77
c906108c
SS
78dnl
79changequote([,])dnl
80
1ba607ad
AC
81dnl use BFD to determine the default architecture and byte order
82dnl (bfd_vec->byteorder provides the latter).
83targ=${target}
84. ${srcdir}/../bfd/config.bfd
5c8cc331
AC
85
86dnl We only want the first arch, if there is more than one.
87targ_archs=`echo ${targ_archs} | sed -e 's/ .*//;'`
88
1ba607ad
AC
89if test x"${targ_archs}" != x ; then
90 AC_DEFINE_UNQUOTED(DEFAULT_BFD_ARCH, ${targ_archs})
91fi
92if test x"${targ_defvec}" != x ; then
93 AC_DEFINE_UNQUOTED(DEFAULT_BFD_VEC, ${targ_defvec})
94fi
95
7a292a7a 96AC_PROG_AWK
c906108c
SS
97AC_PROG_INSTALL
98AC_CHECK_TOOL(AR, ar)
99AC_CHECK_TOOL(RANLIB, ranlib, :)
95ca63c4
CF
100AC_CHECK_TOOL(DLLTOOL, dlltool)
101AC_CHECK_TOOL(WINDRES, windres)
c906108c
SS
102AC_PROG_YACC
103
75c6e08a
MK
104dnl MiG is needed for the Hurd.
105AC_CHECK_TOOL(MIG, mig)
106
c906108c
SS
107AC_ARG_PROGRAM
108
109AC_TYPE_SIGNAL
110
111AC_HEADER_STDC
112
6abadcf8
ND
113dnl Solaris 7 needs _MSE_INT_H defined to avoid a clash between <widec.h>
114dnl and <wchar.h> that causes AC_CHECK_HEADERS to think <curses.h> doesn't
115dnl exist.
116
3e0bf9f1 117case $host_os in solaris2.7 | solaris2.8) case "$GCC" in yes)
6abadcf8
ND
118 AC_DEFINE(_MSE_INT_H)
119esac; esac
120
486363b6 121AC_CHECK_HEADERS(ctype.h endian.h nlist.h link.h thread_db.h proc_service.h \
c906108c 122 memory.h objlist.h ptrace.h sgtty.h stddef.h stdlib.h \
ed9a39eb 123 string.h sys/procfs.h sys/ptrace.h sys/reg.h stdint.h \
c906108c 124 term.h termio.h termios.h unistd.h wait.h sys/wait.h \
104c1213 125 wchar.h wctype.h asm/debugreg.h sys/debugreg.h sys/select.h \
596c9d4b 126 time.h sys/file.h sys/ioctl.h sys/user.h sys/fault.h sys/syscall.h \
2894793a 127 dirent.h sys/ndir.h sys/dir.h ndir.h \
409a3f64
AC
128 curses.h ncurses.h \
129 poll.h sys/poll.h)
c906108c
SS
130AC_HEADER_STAT
131
132AC_C_CONST
133
74c1b268
AC
134AC_CHECK_FUNCS(setpgid sbrk sigaction isascii bzero bcopy btowc poll sigprocmask)
135AC_FUNC_VFORK
c906108c
SS
136AC_FUNC_ALLOCA
137
2b2d558c
MK
138# Check if sigsetjmp is available. Using AC_CHECK_FUNCS won't do
139# since sigsetjmp might only be defined as a macro.
140AC_CACHE_CHECK([for sigsetjmp], gdb_cv_func_sigsetjmp,
141[AC_TRY_COMPILE([
142#include <setjmp.h>
143], [sigjmp_buf env; while (! sigsetjmp (env, 1)) siglongjmp (env, 1);],
144gdb_cv_func_sigsetjmp=yes, gdb_cv_func_sigsetjmp=no)])
145if test $gdb_cv_func_sigsetjmp = yes; then
146 AC_DEFINE(HAVE_SIGSETJMP, 1, [Define if sigsetjmp is available. ])
147fi
148
0afdd437 149# See if <machine/reg.h> supports the %fs and %gs i386 segment registers.
7dfa765c 150# Older i386 BSD's don't have the r_fs and r_gs members of `struct reg'.
422ea4b8 151AC_CACHE_CHECK([for r_fs in struct reg], gdb_cv_struct_reg_r_fs,
7dfa765c 152[AC_TRY_COMPILE([#include <machine/reg.h>], [struct reg r; r.r_fs;],
422ea4b8
MK
153gdb_cv_struct_reg_r_fs=yes, gdb_cv_struct_reg_r_fs=no)])
154if test $gdb_cv_struct_reg_r_fs = yes; then
155 AC_DEFINE(HAVE_STRUCT_REG_R_FS)
7dfa765c 156fi
422ea4b8 157AC_CACHE_CHECK([for r_gs in struct reg], gdb_cv_struct_reg_r_gs,
7dfa765c 158[AC_TRY_COMPILE([#include <machine/reg.h>], [struct reg r; r.r_gs;],
422ea4b8
MK
159gdb_cv_struct_reg_r_gs=yes, gdb_cv_struct_reg_r_gs=no)])
160if test $gdb_cv_struct_reg_r_gs = yes; then
161 AC_DEFINE(HAVE_STRUCT_REG_R_GS)
7dfa765c
MK
162fi
163
0afdd437 164# See if <sys/ptrace.h> provides the PTRACE_GETREGS request.
f60300e7
MK
165AC_MSG_CHECKING(for PTRACE_GETREGS)
166AC_CACHE_VAL(gdb_cv_have_ptrace_getregs,
167[AC_TRY_COMPILE([#include <sys/ptrace.h>],
168 [PTRACE_GETREGS;],
169 [gdb_cv_have_ptrace_getregs=yes],
170 [gdb_cv_have_ptrace_getregs=no])])
171AC_MSG_RESULT($gdb_cv_have_ptrace_getregs)
172if test $gdb_cv_have_ptrace_getregs = yes; then
173 AC_DEFINE(HAVE_PTRACE_GETREGS)
174fi
175
0afdd437 176# See if <sys/ptrace.h> provides the PTRACE_GETFPXREGS request.
6ce2ac0b
MK
177AC_MSG_CHECKING(for PTRACE_GETFPXREGS)
178AC_CACHE_VAL(gdb_cv_have_ptrace_getfpxregs,
5c44784c 179[AC_TRY_COMPILE([#include <sys/ptrace.h>],
6ce2ac0b
MK
180 [PTRACE_GETFPXREGS;],
181 [gdb_cv_have_ptrace_getfpxregs=yes],
182 [gdb_cv_have_ptrace_getfpxregs=no])])
183AC_MSG_RESULT($gdb_cv_have_ptrace_getfpxregs)
184if test $gdb_cv_have_ptrace_getfpxregs = yes; then
185 AC_DEFINE(HAVE_PTRACE_GETFPXREGS)
5c44784c
JM
186fi
187
0afdd437
MK
188# See if <sys/ptrace.h> provides the PT_GETDBREGS request.
189AC_MSG_CHECKING(for PT_GETDBREGS)
190AC_CACHE_VAL(gdb_cv_have_pt_getdbregs,
191[AC_TRY_COMPILE([#include <sys/types.h>
192#include <sys/ptrace.h>],
193 [PT_GETDBREGS;],
194 [gdb_cv_have_pt_getdbregs=yes],
195 [gdb_cv_have_pt_getdbregs=no])])
196AC_MSG_RESULT($gdb_cv_have_pt_getdbregs)
197if test $gdb_cv_have_pt_getdbregs = yes; then
198 AC_DEFINE(HAVE_PT_GETDBREGS)
199fi
200
201
7be570e7
JM
202AC_CHECK_LIB(socket, socketpair)
203AC_CHECK_FUNCS(socketpair)
204
205
c906108c
SS
206BFD_NEED_DECLARATION(malloc)
207BFD_NEED_DECLARATION(realloc)
208BFD_NEED_DECLARATION(free)
209BFD_NEED_DECLARATION(strerror)
210BFD_NEED_DECLARATION(strdup)
b83266a0 211BFD_NEED_DECLARATION(strstr)
c906108c
SS
212
213
214# The following save_state_t checkery is only necessary for HPUX
215# versions earlier than 10.20. When those fade from memory, this
216# could be expunged. --jsm 1999-03-22
217
218AC_MSG_CHECKING(for HPUX save_state structure)
219AC_EGREP_HEADER(save_state_t, machine/save_state.h,
220 gdb_cv_hpux_savestate=yes, gdb_cv_hpux_savestate=no)
221AC_EGREP_HEADER(ss_wide, machine/save_state.h, gdb_cv_hpux_sswide=yes,
222 gdb_cv_hpux_sswide=no)
223if test $gdb_cv_hpux_savestate = yes
224then
225 AC_DEFINE(HAVE_STRUCT_SAVE_STATE_T, 1)
226fi
227if test $gdb_cv_hpux_sswide = yes
228then
229 AC_DEFINE(HAVE_STRUCT_MEMBER_SS_WIDE, 1)
230fi
231AC_MSG_RESULT($gdb_cv_hpux_sswide)
232
233
234# If we are configured native on GNU/Linux, work around problems with
235# sys/procfs.h
c3f6f71d 236# Also detect which type of /proc is in use, such as for Unixware or Solaris.
c906108c
SS
237
238if test "${target}" = "${host}"; then
239 case "${host}" in
240 i[[3456]]86-*-linux*)
241 AC_DEFINE(START_INFERIOR_TRAPS_EXPECTED,2)
242 AC_DEFINE(sys_quotactl)
243 ;;
596c9d4b
KB
244 ia64-*-aix*)
245 AC_DEFINE(NEW_PROC_API)
246 ;;
c5394b80 247 *-*-unixware* | *-*-sysv4.2* | *-*-sysv5*)
c3f6f71d
JM
248 AC_DEFINE(NEW_PROC_API)
249 ;;
3423db82 250 *-*-solaris2.[[678]])
c3f6f71d
JM
251 AC_DEFINE(NEW_PROC_API)
252 ;;
c906108c 253 esac
c906108c
SS
254fi
255
256if test "$ac_cv_header_sys_procfs_h" = yes; then
257 BFD_HAVE_SYS_PROCFS_TYPE(pstatus_t)
258 BFD_HAVE_SYS_PROCFS_TYPE(prrun_t)
259 BFD_HAVE_SYS_PROCFS_TYPE(gregset_t)
260 BFD_HAVE_SYS_PROCFS_TYPE(fpregset_t)
83d37ec8
MK
261 BFD_HAVE_SYS_PROCFS_TYPE(prgregset_t)
262 BFD_HAVE_SYS_PROCFS_TYPE(prfpregset_t)
23e04971
MS
263 BFD_HAVE_SYS_PROCFS_TYPE(prgregset32_t)
264 BFD_HAVE_SYS_PROCFS_TYPE(prfpregset32_t)
83d37ec8
MK
265 BFD_HAVE_SYS_PROCFS_TYPE(lwpid_t)
266 BFD_HAVE_SYS_PROCFS_TYPE(psaddr_t)
596c9d4b
KB
267 BFD_HAVE_SYS_PROCFS_TYPE(prsysent_t)
268 BFD_HAVE_SYS_PROCFS_TYPE(pr_sigset_t)
269 BFD_HAVE_SYS_PROCFS_TYPE(pr_sigaction64_t)
270 BFD_HAVE_SYS_PROCFS_TYPE(pr_siginfo64_t)
c906108c 271
23e04971 272
d84dd0c5
MK
273 dnl Check for broken prfpregset_t type
274
275 dnl For Linux/i386, glibc 2.1.3 was released with a bogus
276 dnl prfpregset_t type (it's a typedef for the pointer to a struct
277 dnl instead of the struct itself). We detect this here, and work
278 dnl around it in lin-thread.c.
279
280 if test $bfd_cv_have_sys_procfs_type_prfpregset_t = yes; then
281 AC_MSG_CHECKING(whether prfpregset_t type is broken)
282 AC_CACHE_VAL(gdb_cv_prfpregset_t_broken,
283 [AC_TRY_RUN([#include <sys/procfs.h>
284 int main ()
285 {
286 if (sizeof (prfpregset_t) == sizeof (void *))
287 return 1;
288 return 0;
289 }],
290 gdb_cv_prfpregset_t_broken=no,
291 gdb_cv_prfpregset_t_broken=yes,
292 gdb_cv_prfpregset_t_broken=yes)])
293 AC_MSG_RESULT($gdb_cv_prfpregset_t_broken)
294 if test $gdb_cv_prfpregset_t_broken = yes; then
295 AC_DEFINE(PRFPREGSET_T_BROKEN)
296 fi
297 fi
298
c906108c
SS
299 dnl Check for PIOCSET ioctl entry
300
301 AC_MSG_CHECKING(for PIOCSET ioctl entry in sys/procfs.h)
302 AC_CACHE_VAL(gdb_cv_have_procfs_piocset,
303 [AC_TRY_COMPILE([#include <unistd.h>
304#include <sys/types.h>
305#include <sys/procfs.h>
306], [
307 int dummy;;
308 dummy = ioctl(0, PIOCSET, &dummy);
309 ],
310 gdb_cv_have_procfs_piocset=yes, gdb_cv_have_procfs_piocset=no)])
311 AC_MSG_RESULT($gdb_cv_have_procfs_piocset)
312 if test $gdb_cv_have_procfs_piocset = yes; then
313 AC_DEFINE(HAVE_PROCFS_PIOCSET)
314 fi
315fi
316
d45fe813
KB
317dnl For native ports (host == target), check to see what kind of
318dnl legacy link.h support is needed. (See solib-legacy.c.)
319if test ${host} = ${target} ; then
320 dnl Check for struct link_map with l_ members which are indicative
321 dnl of SVR4-like shared libraries
322
323 AC_MSG_CHECKING(for member l_addr in struct link_map)
324 AC_CACHE_VAL(gdb_cv_have_struct_link_map_with_l_members,
325 [AC_TRY_COMPILE([#include <link.h>],
326 [struct link_map lm; (void) lm.l_addr;],
327 gdb_cv_have_struct_link_map_with_l_members=yes,
328 gdb_cv_have_struct_link_map_with_l_members=no)])
329 AC_MSG_RESULT($gdb_cv_have_struct_link_map_with_l_members)
330 if test $gdb_cv_have_struct_link_map_with_l_members = yes; then
331 AC_DEFINE(HAVE_STRUCT_LINK_MAP_WITH_L_MEMBERS)
332 fi
333
334 dnl Check for struct link_map with lm_ members which are indicative
335 dnl of SunOS-like shared libraries
336
337 AC_MSG_CHECKING(for member lm_addr in struct link_map)
338 AC_CACHE_VAL(gdb_cv_have_struct_link_map_with_lm_members,
339 [AC_TRY_COMPILE([#include <sys/types.h>
340#include <link.h>],
341 [struct link_map lm; (void) lm.lm_addr;],
342 gdb_cv_have_struct_link_map_with_lm_members=yes,
343 gdb_cv_have_struct_link_map_with_lm_members=no)])
344 AC_MSG_RESULT($gdb_cv_have_struct_link_map_with_lm_members)
345 if test $gdb_cv_have_struct_link_map_with_lm_members = yes; then
346 AC_DEFINE(HAVE_STRUCT_LINK_MAP_WITH_LM_MEMBERS)
347 fi
348
349 dnl Check for struct so_map with som_ members which are found on
350 dnl some *BSD systems.
351
352 AC_MSG_CHECKING(for member som_addr in struct so_map)
353 AC_CACHE_VAL(gdb_cv_have_struct_so_map_with_som_members,
354 [AC_TRY_COMPILE([#include <sys/types.h>
39812ceb
C
355#ifdef HAVE_NLIST_H
356#include <nlist.h>
357#endif
d45fe813
KB
358#include <link.h>],
359 [struct so_map lm; (void) lm.som_addr;],
360 gdb_cv_have_struct_so_map_with_som_members=yes,
361 gdb_cv_have_struct_so_map_with_som_members=no)])
362 AC_MSG_RESULT($gdb_cv_have_struct_so_map_with_som_members)
363 if test $gdb_cv_have_struct_so_map_with_som_members = yes; then
364 AC_DEFINE(HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS)
365 fi
366
367 dnl Check for struct link_map32 type, which allows a 64-bit Solaris
368 dnl debugger to debug a 32-bit Solaris app with 32-bit shared libraries.
369
370 AC_MSG_CHECKING(for struct link_map32 in sys/link.h)
371 AC_CACHE_VAL(gdb_cv_have_struct_link_map32,
372 [AC_TRY_COMPILE([#define _SYSCALL32
373#include <sys/link.h>], [struct link_map32 l;],
374 gdb_cv_have_struct_link_map32=yes,
375 gdb_cv_have_struct_link_map32=no)])
376 AC_MSG_RESULT($gdb_cv_have_struct_link_map32)
377 if test $gdb_cv_have_struct_link_map32 = yes; then
378 AC_DEFINE(HAVE_STRUCT_LINK_MAP32)
379 fi
380fi
381
c906108c
SS
382dnl See if host has libm. This is usually needed by simulators.
383AC_CHECK_LIB(m, main)
384
385dnl Solaris puts wctype in /usr/lib/libw.a before Solaris 2.6.
386dnl
387dnl A bug in GNU ld 2.9.1 causes a problem if we link in -lw
388dnl under Solaris 2.6 because it is some funky empty library.
389dnl So only link in libw if we have to.
390AC_CHECK_LIB(c, wctype,: ,AC_CHECK_LIB(w, wctype))
391
392dnl See if compiler supports "long long" type.
393
394AC_MSG_CHECKING(for long long support in compiler)
395AC_CACHE_VAL(gdb_cv_c_long_long,
396[AC_TRY_COMPILE(, [
397 extern long long foo;
398 switch (foo & 2) { case 0: return 1; }
399],
400gdb_cv_c_long_long=yes, gdb_cv_c_long_long=no)])
401AC_MSG_RESULT($gdb_cv_c_long_long)
402if test $gdb_cv_c_long_long = yes; then
403 AC_DEFINE(CC_HAS_LONG_LONG)
404fi
405
406dnl See if the compiler and runtime support printing long long
407
408AC_MSG_CHECKING(for long long support in printf)
409AC_CACHE_VAL(gdb_cv_printf_has_long_long,
410[AC_TRY_RUN([
411int main () {
412 char buf[32];
413 long long l = 0;
414 l = (l << 16) + 0x0123;
415 l = (l << 16) + 0x4567;
416 l = (l << 16) + 0x89ab;
417 l = (l << 16) + 0xcdef;
418 sprintf (buf, "0x%016llx", l);
419 return (strcmp ("0x0123456789abcdef", buf));
420}],
421gdb_cv_printf_has_long_long=yes,
422gdb_cv_printf_has_long_long=no,
423gdb_cv_printf_has_long_long=no)])
424if test $gdb_cv_printf_has_long_long = yes; then
425 AC_DEFINE(PRINTF_HAS_LONG_LONG)
426fi
427AC_MSG_RESULT($gdb_cv_printf_has_long_long)
428
429dnl See if compiler supports "long double" type. Can't use AC_C_LONG_DOUBLE
430dnl because autoconf complains about cross-compilation issues. However, this
431dnl code uses the same variables as the macro for compatibility.
432
433AC_MSG_CHECKING(for long double support in compiler)
434AC_CACHE_VAL(ac_cv_c_long_double,
435[AC_TRY_COMPILE(, [long double foo;],
436ac_cv_c_long_double=yes, ac_cv_c_long_double=no)])
437AC_MSG_RESULT($ac_cv_c_long_double)
438if test $ac_cv_c_long_double = yes; then
439 AC_DEFINE(HAVE_LONG_DOUBLE)
440fi
441
442dnl See if the compiler and runtime support printing long doubles
443
444AC_MSG_CHECKING(for long double support in printf)
445AC_CACHE_VAL(gdb_cv_printf_has_long_double,
446[AC_TRY_RUN([
447int main () {
448 char buf[16];
449 long double f = 3.141592653;
450 sprintf (buf, "%Lg", f);
451 return (strncmp ("3.14159", buf, 7));
452}],
453gdb_cv_printf_has_long_double=yes,
454gdb_cv_printf_has_long_double=no,
455gdb_cv_printf_has_long_double=no)])
456if test $gdb_cv_printf_has_long_double = yes; then
457 AC_DEFINE(PRINTF_HAS_LONG_DOUBLE)
458fi
459AC_MSG_RESULT($gdb_cv_printf_has_long_double)
460
461dnl See if the compiler and runtime support scanning long doubles
462
463AC_MSG_CHECKING(for long double support in scanf)
464AC_CACHE_VAL(gdb_cv_scanf_has_long_double,
465[AC_TRY_RUN([
466int main () {
467 char *buf = "3.141592653";
468 long double f = 0;
469 sscanf (buf, "%Lg", &f);
470 return !(f > 3.14159 && f < 3.14160);
471}],
472gdb_cv_scanf_has_long_double=yes,
473gdb_cv_scanf_has_long_double=no,
474gdb_cv_scanf_has_long_double=no)])
475if test $gdb_cv_scanf_has_long_double = yes; then
476 AC_DEFINE(SCANF_HAS_LONG_DOUBLE)
477fi
478AC_MSG_RESULT($gdb_cv_scanf_has_long_double)
479
480AC_FUNC_MMAP
481
482dnl See if thread_db library is around for Solaris thread debugging. Note that
483dnl we must explicitly test for version 1 of the library because version 0
484dnl (present on Solaris 2.4 or earlier) doesn't have the same API.
485
486dnl Note that we only want this if we are both native (host == target), and
487dnl not doing a canadian cross build (build == host).
488
489if test ${build} = ${host} -a ${host} = ${target} ; then
490 case ${host_os} in
491 hpux*)
492 AC_MSG_CHECKING(for HPUX/OSF thread support)
493 if test -f /usr/include/dce/cma_config.h ; then
494 if test "$GCC" = "yes" ; then
495 AC_MSG_RESULT(yes)
496 AC_DEFINE(HAVE_HPUX_THREAD_SUPPORT)
66b965bb 497 CONFIG_LIB_OBS="${CONFIG_LIB_OBS} hpux-thread.o"
c906108c
SS
498 CONFIG_SRCS="${CONFIG_SRCS} hpux-thread.c"
499 else
500 AC_MSG_RESULT(no (suppressed because you are not using GCC))
501 fi
502 else
503 AC_MSG_RESULT(no)
504 fi
505 ;;
506 solaris*)
507 AC_MSG_CHECKING(for Solaris thread debugging library)
508 if test -f /usr/lib/libthread_db.so.1 ; then
509 AC_MSG_RESULT(yes)
510 AC_DEFINE(HAVE_THREAD_DB_LIB)
66b965bb 511 CONFIG_LIB_OBS="${CONFIG_LIB_OBS} sol-thread.o"
c906108c
SS
512 CONFIG_SRCS="${CONFIG_SRCS} sol-thread.c"
513 AC_CHECK_LIB(dl, dlopen)
514 if test "$GCC" = "yes" ; then
515 # The GNU linker requires the -export-dynamic option to make
516 # all symbols visible in the dynamic symbol table.
517 hold_ldflags=$LDFLAGS
518 AC_MSG_CHECKING(for the ld -export-dynamic flag)
519 LDFLAGS="${LDFLAGS} -Wl,-export-dynamic"
520 AC_TRY_LINK(, [int i;], found=yes, found=no)
521 LDFLAGS=$hold_ldflags
522 AC_MSG_RESULT($found)
523 if test $found = yes; then
524 CONFIG_LDFLAGS="${CONFIG_LDFLAGS} -Wl,-export-dynamic"
525 fi
526 fi
527 # Sun randomly tweaked the prototypes in <proc_service.h>
528 # at one point.
529 AC_MSG_CHECKING(if <proc_service.h> is old)
530 AC_CACHE_VAL(gdb_cv_proc_service_is_old,[
531 AC_TRY_COMPILE([
532 #include <proc_service.h>
533 ps_err_e ps_pdwrite
534 (struct ps_prochandle*, psaddr_t, const void*, size_t);
535 ],, gdb_cv_proc_service_is_old=no,
536 gdb_cv_proc_service_is_old=yes)
537 ])
538 AC_MSG_RESULT($gdb_cv_proc_service_is_old)
539 if test $gdb_cv_proc_service_is_old = yes; then
540 AC_DEFINE(PROC_SERVICE_IS_OLD)
541 fi
542 else
543 AC_MSG_RESULT(no)
544 fi
545 ;;
546 esac
547 AC_SUBST(CONFIG_LDFLAGS)
548fi
549
d318976c
FN
550dnl The CLI cannot be disabled yet, but may be in the future
551
552dnl Handle CLI sub-directory configury.
553AC_ARG_ENABLE(gdbcli,
554[ --enable-gdbcli Enable GDB-CLI interface],
555[
6bad8db2
FN
556 case "${enableval}" in
557 yes) enable_gdbcli=yes ;;
558 "") enable_gdbcli=yes ;;
d318976c
FN
559 no)
560 AC_MSG_ERROR(The CLI cannot be disabled yet)
561 ;;
562 *)
6bad8db2 563 AC_MSG_ERROR(Bad value for --enable-gdbcli: ${enableval})
d318976c
FN
564 ;;
565 esac
566],
567[enable_gdbcli=yes])
568case ${enable_gdbcli} in
569 "yes" )
6bad8db2 570 if test -d "${srcdir}/cli" ; then
d318976c
FN
571 CONFIG_OBS="${CONFIG_OBS} \$(SUBDIR_CLI_OBS)"
572 CONFIG_DEPS="${CONFIG_DEPS} \$(SUBDIR_CLI_DEPS)"
486697a0 573 CONFIG_SRCS="${CONFIG_SRCS} \$(SUBDIR_CLI_SRCS)"
d318976c
FN
574 CONFIG_INITS="${CONFIG_INITS} \$(SUBDIR_CLI_INITS)"
575 ENABLE_CFLAGS="${ENABLE_CFLAGS} \$(SUBDIR_CLI_CFLAGS)"
576 CONFIG_ALL="${CONFIG_ALL} \$(SUBDIR_CLI_ALL)"
577 CONFIG_CLEAN="${CONFIG_CLEAN} \$(SUBDIR_CLI_CLEAN)"
578 CONFIG_INSTALL="${CONFIG_INSTALL} \$(SUBDIR_CLI_INSTALL)"
579 CONFIG_UNINSTALL="${CONFIG_UNINSTALL} \$(SUBDIR_CLI_UNINSTALL)"
580 fi
581 ;;
582esac
583
c906108c 584dnl Handle optional features that can be enabled.
fb40c209
AC
585
586dnl Handle MI sub-directory configury.
587AC_ARG_ENABLE(gdbmi,
588[ --enable-gdbmi Enable GDB-MI interface],
589[
590 case "${enable_gdbmi}" in
591 yes | no) ;;
592 "") enable_gdbmi=yes ;;
593 *)
594 AC_MSG_ERROR(Bad value for --enable-gdbmi: ${enableval})
595 ;;
596 esac
b0e2e90a
AC
597],
598[enable_gdbmi=yes])
fb40c209
AC
599case ${enable_gdbmi} in
600 "yes" )
601 if test -d "${srcdir}/mi" ; then
602 CONFIG_OBS="${CONFIG_OBS} \$(SUBDIR_MI_OBS)"
603 CONFIG_DEPS="${CONFIG_DEPS} \$(SUBDIR_MI_DEPS)"
486697a0 604 CONFIG_SRCS="${CONFIG_SRCS} \$(SUBDIR_MI_SRCS)"
fb40c209 605 CONFIG_INITS="${CONFIG_INITS} \$(SUBDIR_MI_INITS)"
b0b1b869 606 ENABLE_CFLAGS="${ENABLE_CFLAGS} \$(SUBDIR_MI_CFLAGS)"
b3a90332
AC
607 CONFIG_ALL="${CONFIG_ALL} \$(SUBDIR_MI_ALL)"
608 CONFIG_CLEAN="${CONFIG_CLEAN} \$(SUBDIR_MI_CLEAN)"
e56ac5c3
AC
609 CONFIG_INSTALL="${CONFIG_INSTALL} \$(SUBDIR_MI_INSTALL)"
610 CONFIG_UNINSTALL="${CONFIG_UNINSTALL} \$(SUBDIR_MI_UNINSTALL)"
fb40c209
AC
611 fi
612 ;;
613esac
c906108c 614
b4df4f68
FN
615# Configure UI_OUT by default (before 5.2 it can be disabled)
616# It must be configured if gdbmi is configured
617
618UIOUT_CFLAGS=
619AC_SUBST(UIOUT_CFLAGS)
620
621AC_ARG_WITH(uiout,
6c5cfe5b 622[ --with-uiout Use new uiout functions instead of *printf's],
b4df4f68
FN
623[case "${withval}" in
624 yes) want_uiout=true ;;
625 no) if test $enable_gdbmi = yes; then
626 AC_MSG_ERROR(uiout is needed for MI and cannot be disabled)
627 else
628 want_uiout=false
629 fi ;;
630 *) AC_MSG_ERROR(bad value ${withval} for GDB with-uiout option) ;;
631esac],
632[want_uiout=true])dnl
633
634if test $want_uiout = true; then
635 UIOUT_CFLAGS="-DUI_OUT=1"
636fi
637
c906108c
SS
638AC_ARG_ENABLE(tui,
639[ --enable-tui Enable full-screen terminal user interface],
640[
641 case "${enable_tui}" in
642 yes | no) ;;
643 "") enable_tui=yes ;;
644 *)
645 AC_MSG_ERROR(Bad value for --enable-tui: ${enableval})
646 ;;
647 esac
648])
649case ${enable_tui} in
650 "yes" )
ed952ac5
AC
651 if test -d "${srcdir}/tui" ; then
652 CONFIG_OBS="${CONFIG_OBS} \$(SUBDIR_TUI_OBS)"
653 CONFIG_DEPS="${CONFIG_DEPS} \$(SUBDIR_TUI_DEPS)"
486697a0 654 CONFIG_SRCS="${CONFIG_SRCS} \$(SUBDIR_TUI_SRCS)"
ed952ac5
AC
655 CONFIG_INITS="${CONFIG_INITS} \$(SUBDIR_TUI_INITS)"
656 ENABLE_CFLAGS="${ENABLE_CFLAGS} \$(SUBDIR_TUI_CFLAGS)"
657 CONFIG_ALL="${CONFIG_ALL} \$(SUBDIR_TUI_ALL)"
658 CONFIG_CLEAN="${CONFIG_CLEAN} \$(SUBDIR_TUI_CLEAN)"
659 CONFIG_INSTALL="${CONFIG_INSTALL} \$(SUBDIR_TUI_INSTALL)"
660 CONFIG_UNINSTALL="${CONFIG_UNINSTALL} \$(SUBDIR_TUI_UNINSTALL)"
661 fi
662 ;;
c906108c 663esac
c906108c
SS
664
665AC_ARG_ENABLE(netrom,
666[ --enable-netrom Enable NetROM support],
667[case "${enableval}" in
668yes) enable_netrom=yes ;;
669no) enable_netrom=no ;;
670*) AC_MSG_ERROR(bad value ${enableval} given for netrom option) ;;
671esac])
672
673if test "${enable_netrom}" = "yes"; then
66b965bb 674 CONFIG_LIB_OBS="${CONFIG_LIB_OBS} remote-nrom.o"
c906108c
SS
675 CONFIG_SRCS="${CONFIG_SRCS} remote-nrom.c"
676fi
677
1decb323 678
3b851bce
AC
679# NOTE: Don't add -Wall or -Wunused, they both include
680# -Wunused-parameter which reports bogus warnings.
681# NOTE: If you add to this list, remember to update
682# gdb/doc/gdbint.texinfo.
1decb323 683build_warnings="-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs \
93d56215 684-Wformat -Wparentheses -Wpointer-arith -Wuninitialized"
d8038014
AC
685# Up for debate: -Wswitch -Wcomment -trigraphs -Wtrigraphs
686# -Wunused-function -Wunused-label -Wunused-variable -Wunused-value
93d56215 687# -Wchar-subscripts -Wtraditional -Wshadow -Wcast-qual
d8038014
AC
688# -Wcast-align -Wwrite-strings -Wconversion -Wstrict-prototypes
689# -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls
690# -Woverloaded-virtual -Winline -Werror"
c906108c
SS
691AC_ARG_ENABLE(build-warnings,
692[ --enable-build-warnings Enable build-time compiler warnings if gcc is used],
1decb323 693[case "${enableval}" in
c906108c
SS
694 yes) ;;
695 no) build_warnings="-w";;
696 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
697 build_warnings="${build_warnings} ${t}";;
698 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
699 build_warnings="${t} ${build_warnings}";;
700 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
d4f3574e
SS
701esac
702if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
746a987d 703 echo "Setting compiler warning flags = $build_warnings" 6>&1
1decb323 704fi])dnl
3b851bce
AC
705AC_ARG_ENABLE(gdb-build-warnings,
706[ --enable-gdb-build-warnings Enable GDB specific build-time compiler warnings if gcc is used],
707[case "${enableval}" in
708 yes) ;;
709 no) build_warnings="-w";;
710 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
711 build_warnings="${build_warnings} ${t}";;
712 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
713 build_warnings="${t} ${build_warnings}";;
714 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
715esac
716if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
717 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
718fi])dnl
104c1213
JM
719WARN_CFLAGS=""
720WERROR_CFLAGS=""
c906108c
SS
721if test "x${build_warnings}" != x -a "x$GCC" = xyes
722then
746a987d
AC
723 AC_MSG_CHECKING(compiler warning flags)
724 # Separate out the -Werror flag as some files just cannot be
725 # compiled with it enabled.
726 for w in ${build_warnings}; do
727 case $w in
728 -Werr*) WERROR_CFLAGS=-Werror ;;
729 *) # Check that GCC accepts it
730 if $CC $w 2>&1 | grep 'unrecognized option' > /dev/null; then
731 :
732 else
733 WARN_CFLAGS="${WARN_CFLAGS} $w"
734 fi
735 esac
736 done
737 AC_MSG_RESULT(${WARN_CFLAGS}${WERROR_CFLAGS})
1decb323 738fi
c906108c 739AC_SUBST(WARN_CFLAGS)
104c1213 740AC_SUBST(WERROR_CFLAGS)
c906108c
SS
741
742MMALLOC_CFLAGS=
743MMALLOC=
744AC_SUBST(MMALLOC_CFLAGS)
745AC_SUBST(MMALLOC)
746
747AC_ARG_WITH(mmalloc,
748[ --with-mmalloc Use memory mapped malloc package],
749[case "${withval}" in
750 yes) want_mmalloc=true ;;
751 no) want_mmalloc=false;;
752 *) AC_MSG_ERROR(bad value ${withval} for GDB with-mmalloc option) ;;
753esac],[want_mmalloc=false])dnl
754
755if test x$want_mmalloc = xtrue; then
756 AC_DEFINE(USE_MMALLOC)
757 AC_DEFINE(MMCHECK_FORCE)
758 MMALLOC_CFLAGS="-I$srcdir/../mmalloc"
759 MMALLOC='../mmalloc/libmmalloc.a'
760fi
761
88987551
L
762AC_ARG_WITH(included-regex,
763[ --with-included-regex Use included regex],
764[case "${withval}" in
765 yes) want_included_regex=true ;;
766 no) want_included_regex=false;;
767 *) AC_MSG_ERROR(bad value ${withval} for GDB with-included-regex option) ;;
768esac],[want_included_regex=true])dnl
769
88987551
L
770if test $want_included_regex = false; then
771 AC_MSG_CHECKING(for GNU regex)
772 AC_CACHE_VAL(gdb_cv_have_gnu_regex,
773[AC_TRY_COMPILE([#include <gnu-versions.h>
774#include <sys/types.h>
775#include <regex.h>],
776[#if !defined _GNU_REGEX_INTERFACE_VERSION || !defined __GLIBC__ || __GLIBC__ < 2
777#error No valid GNU regex.
778#endif
779],
780 [gdb_cv_have_gnu_regex=yes],
781 [gdb_cv_have_gnu_regex=no])])
782 AC_MSG_RESULT($gdb_cv_have_gnu_regex)
e48f66e4
AC
783 if test $gdb_cv_have_gnu_regex = no; then
784 want_included_regex=true
88987551
L
785 fi
786fi
e48f66e4
AC
787
788if test x${want_included_regex} = xtrue; then
789 REGEX="gnu-regex.o"
790 AC_DEFINE(USE_INCLUDED_REGEX)
791fi
88987551 792AC_SUBST(REGEX)
7a292a7a
SS
793
794# In the Cygwin environment, we need some additional flags.
795AC_CACHE_CHECK([for cygwin], gdb_cv_os_cygwin,
796[AC_EGREP_CPP(lose, [
797#if defined (__CYGWIN__) || defined (__CYGWIN32__)
798lose
799#endif],[gdb_cv_os_cygwin=yes],[gdb_cv_os_cygwin=no])])
800
aff38e61
AC
801
802dnl Figure out which of the many generic ser-*.c files the _host_ supports.
803SER_HARDWIRE="ser-unix.o ser-pipe.o ser-tcp.o"
804case ${host} in
95cbc983
AC
805 *go32* ) SER_HARDWIRE=ser-go32.o ;;
806 *djgpp* ) SER_HARDWIRE=ser-go32.o ;;
aff38e61
AC
807esac
808AC_SUBST(SER_HARDWIRE)
809
810
c906108c 811dnl Figure out which term library to use.
b83266a0
SS
812if test x$gdb_host = xgo32; then
813 TERM_LIB=
814else
c906108c
SS
815if test x$gdb_cv_os_cygwin = xyes; then
816 TERM_LIB='`if test -r ../libtermcap/libtermcap.a; then echo ../libtermcap/libtermcap.a; else echo -ltermcap; fi`'
817else
818 TERM_LIB=
819 AC_CHECK_LIB(ncurses, tgetent, TERM_LIB=-lncurses,
820 AC_CHECK_LIB(Hcurses, tgetent, TERM_LIB=-lHcurses,
821 AC_CHECK_LIB(termlib, tgetent, TERM_LIB=-ltermlib,
822 AC_CHECK_LIB(termcap, tgetent, TERM_LIB=-ltermcap,
823 AC_CHECK_LIB(curses, tgetent, TERM_LIB=-lcurses,
824 AC_CHECK_LIB(terminfo, tgetent, TERM_LIB=-lterminfo))))))
825
826 if test "x$TERM_LIB" = x
827 then
828 AC_MSG_ERROR(Could not find a term library, e.g. termcap or termlib!)
829 fi
830fi
b83266a0 831fi
c906108c
SS
832AC_SUBST(TERM_LIB)
833
cd0fc7c3
SS
834# libreadline needs libuser32.a in a cygwin environment
835WIN32LIBS=
836if test x$gdb_cv_os_cygwin = xyes; then
c5394b80
JM
837 WIN32LIBS="-luser32"
838 case "${target}" in
839 *cygwin*) WIN32LIBS="$WIN32LIBS -limagehlp"
840 ;;
841 esac
cd0fc7c3
SS
842fi
843AC_SUBST(WIN32LIBS)
7a292a7a 844
3fc11d3e
JM
845LIBGUI="../libgui/src/libgui.a"
846GUI_CFLAGS_X="-I${srcdir}/../libgui/src"
847AC_SUBST(LIBGUI)
848AC_SUBST(GUI_CFLAGS_X)
7a292a7a 849
8b93c638
JM
850AC_ARG_WITH(cpu,
851[ --with-cpu=CPU Set the default CPU variant to debug],
852[case "${target}" in
853 powerpc-* | powerpcle-* )
854 ## It would be nice to keep this table in sync with the one in
855 ## gcc/configure.
856 case "${with_cpu}" in
857 ppc-uisa | rs6000 | 403 | 403GC | 505 | 860 | 601 | 602 | 603 \
858 | 604 | 750 )
859 ## Those are all handled in variants in rs6000-tdep.c, so they're fine.
860 ;;
861 common | power | power2 | rios | rios1 | rios2 | rsc | rsc1 )
862 ## These are all RS6000 variants, as far as GDB is concerned.
863 with_cpu=rs6000
864 ;;
865 603e | ec603e )
866 with_cpu=603
867 ;;
868 604e )
869 with_cpu=604
870 ;;
871 * )
872 AC_MSG_WARN(GDB: unknown --with-cpu value: \`${with_cpu}'; using \`ppc-uisa'.)
873 with_cpu=ppc-uisa
874 ;;
875 esac
876 ;;
877 * )
878 AC_MSG_WARN(GDB may ignore the --with-cpu flag for ${target} targets)
879 ;;
880esac
881AC_DEFINE_UNQUOTED(TARGET_CPU_DEFAULT, "${with_cpu}")
882],)
883
884
3fc11d3e
JM
885AC_ARG_ENABLE(gdbtk,
886[ --enable-gdbtk Enable GDBTK GUI front end],
887[case "${enableval}" in
888 yes)
889 case "$host" in
890 *go32*)
891 AC_MSG_WARN([GDB does not support GDBtk on host ${host}. GDBtk will be disabled.])
892 enable_gdbtk=no ;;
893 *windows*)
894 AC_MSG_WARN([GDB does not support GDBtk on host ${host}. GDBtk will be disabled.])
895 enable_gdbtk=no ;;
896 *)
897 enable_gdbtk=yes ;;
898 esac ;;
899 no)
900 enable_gdbtk=no ;;
901 *)
902 AC_MSG_ERROR(bad value ${enableval} given for gdbtk option) ;;
903esac],
904[
905# Default is on for everything but go32 and Cygwin
906case "$host" in
907 *go32* | *windows*)
908 ;;
909 *)
379d6434
AC
910 if test -d "${srcdir}/gdbtk" ; then
911 enable_gdbtk=yes
912 fi
913 ;;
914esac
3fc11d3e
JM
915])
916
917WIN32LDAPP=
918AC_SUBST(WIN32LIBS)
919AC_SUBST(WIN32LDAPP)
920
921configdir="unix"
922
923GDBTKLIBS=
924if test "${enable_gdbtk}" = "yes"; then
925
926 CY_AC_PATH_TCLCONFIG
927 if test -z "${no_tcl}"; then
928 CY_AC_LOAD_TCLCONFIG
929 CY_AC_PATH_TKCONFIG
930
931 # If $no_tk is nonempty, then we can't do Tk, and there is no
932 # point to doing Tcl.
933 if test -z "${no_tk}"; then
934 CY_AC_LOAD_TKCONFIG
935 CY_AC_PATH_TCLH
936 CY_AC_PATH_TKH
937 CY_AC_PATH_ITCLH
938 CY_AC_PATH_ITKH
939 CY_AC_PATH_TIXH
940
941 # now look for Itcl library stuff
942
943 CY_AC_PATH_ITCLCONFIG
944 if test -z "${no_itcl}"; then
945 CY_AC_LOAD_ITCLCONFIG
946 case "${host}" in
947 *-*-cygwin*)
948 itcldir=../itcl/itcl/win/
949 ;;
950 *)
951 itcldir=../itcl/itcl/unix/
952 ;;
953 esac
954
955
956 ITCLLIB="${ITCL_BUILD_LIB_SPEC}"
957 ITCL_DEPS="${itcldir}${ITCL_LIB_FILE}"
958 fi
959
960
961 # now look for Itk library stuff
962 CY_AC_PATH_ITKCONFIG
963 if test -z "${no_itcl}"; then
964 CY_AC_LOAD_ITKCONFIG
965
966 case "${host}" in
967 *-*-cygwin*)
968 itkdir=../itcl/itk/win/
969 ;;
970 *)
971 itkdir=../itcl/itk/unix/
972 ;;
973 esac
974
975 ITKLIB="${ITK_BUILD_LIB_SPEC}"
976 ITK_DEPS="${itkdir}${ITK_LIB_FILE}"
977 fi
978
979 # now look for Tix library stuff
980 CY_AC_PATH_TIXCONFIG
981 if test -z "${no_tix}"; then
982 CY_AC_LOAD_TIXCONFIG
983 TIXLIB="${TIX_BUILD_LIB_SPEC}"
984 TIX_DEPS="${TIX_BUILD_LOCATION}/${TIX_LIB_FILE}"
985 fi
986
4226a5a5 987 ENABLE_CFLAGS="${ENABLE_CFLAGS} \$(SUBDIR_GDBTK_CFLAGS)"
3fc11d3e
JM
988 # Tcl/Tk 8.1 require -fwritable strings. I don't
989 # know whether 8.2 will or not, but I bet it will.
990 # I don't have to worry about 7.x since we don't support it.
991 GDBTK_CFLAGS=""
992 if test "$GCC" = "yes"; then
993 if test "$TCL_VERSION" != "8.0" ; then
994 GDBTK_CFLAGS="-fwritable-strings"
995 fi
996 fi
997
998 # Include some libraries that Tcl and Tk want.
999 TCL_LIBS='$(LIBGUI) $(ITCL) $(ITK) $(TIX) $(TK) $(TCL) $(X11_LDFLAGS) $(X11_LIBS)'
3fc11d3e
JM
1000 # Yes, the ordering seems wrong here. But it isn't.
1001 # TK_LIBS is the list of libraries that need to be linked
1002 # after Tcl/Tk. Note that this isn't put into LIBS. If it
1003 # were in LIBS then any link tests after this point would
1004 # try to include things like `$(LIBGUI)', which wouldn't work.
1005 GDBTKLIBS="${TCL_LIBS} ${TK_LIBS}"
4226a5a5
FN
1006
1007 CONFIG_OBS="${CONFIG_OBS} \$(SUBDIR_GDBTK_OBS)"
1008 CONFIG_DEPS="${CONFIG_DEPS} \$(SUBDIR_GDBTK_DEPS)"
1009 CONFIG_SRCS="${CONFIG_SRCS} \$(SUBDIR_GDBTK_SRCS)"
1010 CONFIG_INITS="${CONFIG_INITS} \$(SUBDIR_GDBTK_INITS)"
b3a90332 1011 CONFIG_ALL="${CONFIG_ALL} \$(SUBDIR_GDBTK_ALL)"
ce844ae2 1012 CONFIG_CLEAN="${CONFIG_CLEAN} \$(SUBDIR_GDBTK_CLEAN)"
e56ac5c3
AC
1013 CONFIG_INSTALL="${CONFIG_INSTALL} \$(SUBDIR_GDBTK_INSTALL)"
1014 CONFIG_UNINSTALL="${CONFIG_UNINSTALL} \$(SUBDIR_GDBTK_UNINSTALL)"
3fc11d3e
JM
1015
1016 if test x$gdb_cv_os_cygwin = xyes; then
1017 WIN32LIBS="${WIN32LIBS} -lshell32 -lgdi32 -lcomdlg32 -ladvapi32"
1018 WIN32LDAPP="-Wl,--subsystem,console"
1019 CONFIG_OBS="${CONFIG_OBS} gdbres.o"
1020 fi
1021 fi
1022 fi
1023fi
1024
3fc11d3e
JM
1025AC_SUBST(X_CFLAGS)
1026AC_SUBST(X_LDFLAGS)
1027AC_SUBST(X_LIBS)
1028AC_SUBST(ITCLLIB)
1029AC_SUBST(ITCL_DEPS)
1030AC_SUBST(ITKLIB)
1031AC_SUBST(ITK_DEPS)
1032AC_SUBST(TIXLIB)
1033AC_SUBST(TIX_DEPS)
1034AC_SUBST(GDBTKLIBS)
1035AC_SUBST(GDBTK_CFLAGS)
8b93c638 1036
c906108c
SS
1037AC_PATH_X
1038
7a292a7a
SS
1039
1040# Unlike the sim directory, whether a simulator is linked is controlled by
1041# presence of a SIM= and a SIM_OBS= definition in the target '.mt' file.
1042# This code just checks for a few cases where we'd like to ignore those
1043# definitions, even when they're present in the '.mt' file. These cases
1044# are when --disable-sim is specified, or if the simulator directory is
6c5cfe5b 1045# not part of the source tree.
7a292a7a
SS
1046#
1047AC_ARG_ENABLE(sim,
1048[ --enable-sim Link gdb with simulator],
1049[echo "enable_sim = $enable_sim";
1050 echo "enableval = ${enableval}";
1051 case "${enableval}" in
1052 yes) ignore_sim=false ;;
1053 no) ignore_sim=true ;;
1054 *) ignore_sim=false ;;
1055 esac],
1056[ignore_sim=false])
1057
1058if test ! -d "${srcdir}/../sim"; then
1059 ignore_sim=true
1060fi
1061
1062if test "${ignore_sim}" = "true"; then
1063 IGNORE_SIM="SIM="
1064 IGNORE_SIM_OBS="SIM_OBS="
1065else
1066 IGNORE_SIM=""
1067 IGNORE_SIM_OBS=""
1068 AC_DEFINE(WITH_SIM)
1069fi
1070AC_SUBST(IGNORE_SIM)
1071AC_SUBST(IGNORE_SIM_OBS)
1072
c906108c
SS
1073AC_SUBST(ENABLE_CFLAGS)
1074
1075AC_SUBST(CONFIG_OBS)
66b965bb 1076AC_SUBST(CONFIG_LIB_OBS)
c906108c
SS
1077AC_SUBST(CONFIG_DEPS)
1078AC_SUBST(CONFIG_SRCS)
dfcd3bfb 1079AC_SUBST(CONFIG_INITS)
b3a90332
AC
1080AC_SUBST(CONFIG_ALL)
1081AC_SUBST(CONFIG_CLEAN)
e56ac5c3
AC
1082AC_SUBST(CONFIG_INSTALL)
1083AC_SUBST(CONFIG_UNINSTALL)
c906108c
SS
1084
1085# Begin stuff to support --enable-shared
1086AC_ARG_ENABLE(shared,
1087[ --enable-shared Use shared libraries],
1088[case "${enableval}" in
1089 yes) shared=true ;;
1090 no) shared=false ;;
1091 *) shared=true ;;
1092esac])dnl
1093
1094HLDFLAGS=
1095HLDENV=
1096# If we have shared libraries, try to set rpath reasonably.
1097if test "${shared}" = "true"; then
1098 case "${host}" in
1099 *-*-hpux*)
1100 HLDFLAGS='-Wl,+s,+b,$(libdir)'
1101 ;;
1102 *-*-irix5* | *-*-irix6*)
1103 HLDFLAGS='-Wl,-rpath,$(libdir)'
1104 ;;
1105 *-*-linux*aout*)
1106 ;;
d332c5ac 1107 *-*-linux* | *-pc-linux-gnu*)
c906108c
SS
1108 HLDFLAGS='-Wl,-rpath,$(libdir)'
1109 ;;
1110 *-*-solaris*)
1111 HLDFLAGS='-R $(libdir)'
1112 ;;
1113 *-*-sysv4*)
1114 HLDENV='if test -z "$${LD_RUN_PATH}"; then LD_RUN_PATH=$(libdir); else LD_RUN_PATH=$${LD_RUN_PATH}:$(libdir); fi; export LD_RUN_PATH;'
1115 ;;
1116 esac
1117fi
1118
1119# On SunOS, if the linker supports the -rpath option, use it to
1120# prevent ../bfd and ../opcodes from being included in the run time
1121# search path.
1122case "${host}" in
1123 *-*-sunos*)
1124 echo 'main () { }' > conftest.c
1125 ${CC} -o conftest -Wl,-rpath= conftest.c >/dev/null 2>conftest.t
1126 if grep 'unrecognized' conftest.t >/dev/null 2>&1; then
1127 :
1128 elif grep 'No such file' conftest.t >/dev/null 2>&1; then
1129 :
1130 elif grep 'do not mix' conftest.t >/dev/null 2>&1; then
1131 :
1132 elif grep 'some text already loaded' conftest.t >/dev/null 2>&1; then
1133 :
1134 elif test "${shared}" = "true"; then
1135 HLDFLAGS='-Wl,-rpath=$(libdir)'
1136 else
1137 HLDFLAGS='-Wl,-rpath='
1138 fi
1139 rm -f conftest.t conftest.c conftest
1140 ;;
1141esac
1142AC_SUBST(HLDFLAGS)
1143AC_SUBST(HLDENV)
1144# End stuff to support --enable-shared
1145
1146# target_subdir is used by the testsuite to find the target libraries.
1147target_subdir=
1148if test "${host}" != "${target}"; then
1149 target_subdir="${target_alias}/"
1150fi
1151AC_SUBST(target_subdir)
1152
1153frags=
1154host_makefile_frag=${srcdir}/config/${gdb_host_cpu}/${gdb_host}.mh
1155if test ! -f ${host_makefile_frag}; then
1156AC_MSG_ERROR("*** Gdb does not support host ${host}")
1157fi
1158frags="$frags $host_makefile_frag"
1159
1160target_makefile_frag=${srcdir}/config/${gdb_target_cpu}/${gdb_target}.mt
1161if test ! -f ${target_makefile_frag}; then
1162AC_MSG_ERROR("*** Gdb does not support target ${target}")
1163fi
1164frags="$frags $target_makefile_frag"
1165
1166AC_SUBST_FILE(host_makefile_frag)
1167AC_SUBST_FILE(target_makefile_frag)
1168AC_SUBST(frags)
1169
1170changequote(,)dnl
1171hostfile=`sed -n '
1172s/XM_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
1173' ${host_makefile_frag}`
1174
1175targetfile=`sed -n '
1176s/TM_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
1177' ${target_makefile_frag}`
1178
6166d547
AC
1179GDB_MULTI_ARCH=`sed -n '
1180s/GDB_MULTI_ARCH[ ]*=[ ]*\([^ ]*\)[ ]*/\1/p
1181' ${target_makefile_frag}`
1182
c906108c
SS
1183# these really aren't orthogonal true/false values of the same condition,
1184# but shells are slow enough that I like to reuse the test conditions
1185# whenever possible
1186if test "${target}" = "${host}"; then
1187nativefile=`sed -n '
1188s/NAT_FILE[ ]*=[ ]*\([^ ]*\)/\1/p
1189' ${host_makefile_frag}`
1190# else
6c5cfe5b 1191# GDBserver is only useful in a "native" environment
c906108c
SS
1192# configdirs=`echo $configdirs | sed 's/gdbserver//'`
1193fi
1194changequote([,])
1195
6166d547
AC
1196# New targets should just set gdb_multi_arch=yes in configure.tgt.
1197# Old targets being converted can either do that or set GDB_MULTI_ARCH
1198# in the target specific makefile frag. Eventually gdb_multi_arch=yes
1199# will be the default.
1200if test x"${GDB_MULTI_ARCH}" = x ; then
1201 case "${gdb_multi_arch}" in
1202 yes ) GDB_MULTI_ARCH=GDB_MULTI_ARCH_PURE ;;
1203 no ) GDB_MULTI_ARCH=0 ;;
1204 0|1|2 ) GDB_MULTI_ARCH=${gdb_multi_arch} ;;
1205 esac
1206fi
1207if test x"${GDB_MULTI_ARCH}" != x ; then
1208 AC_DEFINE_UNQUOTED(GDB_MULTI_ARCH, ${GDB_MULTI_ARCH})
1209fi
6c5cfe5b 1210# Warn the user when they use an old practice
6166d547
AC
1211case "${GDB_MULTI_ARCH}" in
1212 "" ) ;;
1213 0 | GDB_MULTI_ARCH_PARTIAL | 1 | GDB_MULTI_ARCH_TM | 2 )
1214 AC_MSG_WARN("GDB: Target is not pure multi-arch") ;;
1215 GDB_MULTI_ARCH_PURE )
1216 if test x"${targetfile}" != x ; then
6c5cfe5b 1217 AC_MSG_WARN("GDB: Ignoring TM_FILE in ${target_makefile_frag}")
5a2402b8 1218 targetfile=""
6166d547
AC
1219 fi ;;
1220 *) AC_MSG_ERROR("GDB: Unknown GDB_MULTI_ARCH value ${GDB_MULTI_ARCH}");;
1221esac
1222
1223
96baa820
JM
1224SUBDIRS="doc testsuite nlm"
1225if test "${enable_multi_ice}" = "yes"; then
1226 SUBDIRS="${SUBDIRS} multi-ice"
1227fi
1228
1229AC_SUBST(SUBDIRS)
1230
c906108c 1231# If hostfile (XM_FILE) and/or targetfile (TM_FILE) and/or nativefile
5a2402b8
AC
1232# (NAT_FILE) is not set in config/*/*.m[ht] files, we link to an empty
1233# version.
c906108c
SS
1234
1235files=
1236links=
5a2402b8 1237
c906108c 1238rm -f xm.h
5a2402b8 1239xm_h=""
c906108c 1240if test "${hostfile}" != ""; then
5a2402b8
AC
1241 xm_h=xm.h
1242 GDB_XM_FILE="config/${gdb_host_cpu}/${hostfile}"
1243 files="${files} ${GDB_XM_FILE}"
1244 links="${links} xm.h"
1245 AC_DEFINE_UNQUOTED(GDB_XM_FILE, ${GDB_XM_FILE})
c906108c 1246fi
5a2402b8
AC
1247AC_SUBST(xm_h)
1248
c906108c 1249rm -f tm.h
5a2402b8 1250tm_h=""
c906108c 1251if test "${targetfile}" != ""; then
5a2402b8
AC
1252 tm_h=tm.h
1253 GDB_TM_FILE="config/${gdb_target_cpu}/${targetfile}"
1254 files="${files} ${GDB_TM_FILE}"
1255 links="${links} tm.h"
1256 AC_DEFINE_UNQUOTED(GDB_TM_FILE, ${GDB_TM_FILE})
c906108c 1257fi
5a2402b8
AC
1258AC_SUBST(tm_h)
1259
c906108c 1260rm -f nm.h
5a2402b8 1261nm_h=""
c906108c 1262if test "${nativefile}" != ""; then
5a2402b8
AC
1263 nm_h=nm.h
1264 GDB_NM_FILE="config/${gdb_host_cpu}/${nativefile}"
1265 files="${files} ${GDB_NM_FILE}"
1266 links="${links} nm.h"
1267 AC_DEFINE_UNQUOTED(GDB_NM_FILE, ${GDB_NM_FILE})
c906108c 1268fi
5a2402b8
AC
1269AC_SUBST(nm_h)
1270
3fc11d3e 1271AC_PROG_LN_S
c906108c
SS
1272
1273AC_LINK_FILES($files, $links)
1274
1275dnl Check for exe extension set on certain hosts (e.g. Win32)
1276AC_EXEEXT
1277
1278AC_CONFIG_SUBDIRS($configdirs)
ed952ac5 1279AC_OUTPUT(Makefile .gdbinit:gdbinit.in,
c906108c
SS
1280[
1281dnl Autoconf doesn't provide a mechanism for modifying definitions
1282dnl provided by makefile fragments.
1283dnl
1284if test "${nativefile}" = ""; then
1285sed -e '/^NATDEPFILES[[ ]]*=[[ ]]*/s//# NATDEPFILES=/' \
1286 < Makefile > Makefile.tem
1287mv -f Makefile.tem Makefile
1288fi
1289
1290changequote(,)dnl
1291sed -e '/^TM_FILE[ ]*=/s,^TM_FILE[ ]*=[ ]*,&config/'"${gdb_target_cpu}"'/,
1292/^XM_FILE[ ]*=/s,^XM_FILE[ ]*=[ ]*,&config/'"${gdb_host_cpu}"'/,
1293/^NAT_FILE[ ]*=/s,^NAT_FILE[ ]*=[ ]*,&config/'"${gdb_host_cpu}"'/,' <Makefile >Makefile.tmp
1294mv -f Makefile.tmp Makefile
1295changequote([,])dnl
1296
2acceee2 1297
c906108c
SS
1298case x$CONFIG_HEADERS in
1299xconfig.h:config.in)
1300echo > stamp-h ;;
1301esac
1302],
1303[
1304gdb_host_cpu=$gdb_host_cpu
1305gdb_target_cpu=$gdb_target_cpu
1306nativefile=$nativefile
1307])
1308
1309exit 0
This page took 0.182901 seconds and 4 git commands to generate.