diff options
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 |