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
This commit is contained in:
Paolo Bonzini 2007-01-04 18:12:08 +00:00 committed by Paolo Bonzini
parent 3ab7b3def2
commit 14e8fc8b03
4 changed files with 2246 additions and 1702 deletions

View File

@ -1,3 +1,10 @@
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.
2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
* config.host (ia64*-*-linux*): Set tmake_file.

View File

@ -21,8 +21,10 @@
#
libgcc_topdir = @libgcc_topdir@
host_subdir = @host_subdir@
gcc_srcdir = $(libgcc_topdir)/gcc
gcc_objdir = $(MULTIBUILDTOP)../../gcc
gcc_objdir = $(MULTIBUILDTOP)../../$(host_subdir)/gcc
srcdir = @srcdir@

3936
libgcc/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -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.