aboutsummaryrefslogtreecommitdiff
path: root/libgcc/configure.ac
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2007-01-04 18:12:08 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2007-01-04 18:12:08 +0000
commit14e8fc8b0300c309a92f2ce63924214ec9ae3e92 (patch)
treeda003dc1d3cfc7b78d06ccc564962e8f9518751b /libgcc/configure.ac
parent3ab7b3def2c04c65ec4054bb4e540fb70b1012b0 (diff)
downloadgcc-14e8fc8b0300c309a92f2ce63924214ec9ae3e92.zip
gcc-14e8fc8b0300c309a92f2ce63924214ec9ae3e92.tar.gz
gcc-14e8fc8b0300c309a92f2ce63924214ec9ae3e92.tar.bz2
configure.ac: Add GCC_TOPLEV_SUBDIRS.
2007-01-04 Paolo Bonzini <bonzini@gnu.org> * configure.ac: Add GCC_TOPLEV_SUBDIRS. * configure: Regenerate. * Makefile.in (host_subdir): Substitute it. (gcc_objdir): Use it. From-SVN: r120449
Diffstat (limited to 'libgcc/configure.ac')
-rw-r--r--libgcc/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgcc/configure.ac b/libgcc/configure.ac
index 1a36964..c7bdad0 100644
--- a/libgcc/configure.ac
+++ b/libgcc/configure.ac
@@ -74,6 +74,7 @@ esac
AC_CANONICAL_HOST
ACX_NONCANONICAL_HOST
+GCC_TOPLEV_SUBDIRS
dnl These must be called before AM_PROG_LIBTOOL, because it may want
dnl to call AC_CHECK_PROG.