diff options
author | Stu Grossman <grossman@cygnus> | 1997-02-27 17:46:18 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1997-02-27 17:46:18 +0000 |
commit | bfde4a671b46dba29984b6e4f9754f3541979d80 (patch) | |
tree | aad31ce6b843e2f2b32de681b396114f38a2bae8 /gdb/configure.in | |
parent | 894b9f921df00855bdb0035e6e7d6a3a77e7b300 (diff) | |
download | gdb-bfde4a671b46dba29984b6e4f9754f3541979d80.zip gdb-bfde4a671b46dba29984b6e4f9754f3541979d80.tar.gz gdb-bfde4a671b46dba29984b6e4f9754f3541979d80.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 32 |
1 files changed, 16 insertions, 16 deletions
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 |