From bfde4a671b46dba29984b6e4f9754f3541979d80 Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Thu, 27 Feb 1997 17:46:18 +0000 Subject: * configure.host (i[3456]86-*-windows): Disable long long support for WinGDB. Add mswin to configdirs. * configure.in configure: Move calls to configure.host and configure.tgt to the top of configure.in to allow them to set config variables before they are referenced. --- gdb/configure.in | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'gdb/configure.in') diff --git a/gdb/configure.in b/gdb/configure.in index 5c4f497..c2d6e90 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -30,6 +30,22 @@ AC_ISC_POSIX AC_CANONICAL_SYSTEM +dnl List of object files added by configure. + +CONFIG_OBS= + +configdirs="doc testsuite" + +dnl +changequote(,)dnl + +. ${srcdir}/configure.host + +. ${srcdir}/configure.tgt + +dnl +changequote([,])dnl + AC_PROG_INSTALL AC_CHECK_TOOL(AR, ar) AC_CHECK_TOOL(RANLIB, ranlib, :) @@ -47,10 +63,6 @@ AC_C_CONST AC_CHECK_FUNCS(setpgid sbrk select poll) -dnl List of object files added by configuire. - -CONFIG_OBS= - # If we are configured native on Linux, work around problems with sys/procfs.h if test "${target}" = "${host}"; then case "${host}" in @@ -362,18 +374,6 @@ if test "${host}" != "${target}"; then fi AC_SUBST(target_subdir) -configdirs="doc testsuite" - -dnl -changequote(,)dnl - -. ${srcdir}/configure.host - -. ${srcdir}/configure.tgt - -dnl -changequote([,])dnl - frags= host_makefile_frag=${srcdir}/config/${gdb_host_cpu}/${gdb_host}.mh if test ! -f ${host_makefile_frag}; then -- cgit v1.1