Commit 14e8fc8b by Paolo Bonzini Committed by Paolo Bonzini

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
parent 3ab7b3de
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> 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
* config.host (ia64*-*-linux*): Set tmake_file. * config.host (ia64*-*-linux*): Set tmake_file.
......
...@@ -21,8 +21,10 @@ ...@@ -21,8 +21,10 @@
# #
libgcc_topdir = @libgcc_topdir@ libgcc_topdir = @libgcc_topdir@
host_subdir = @host_subdir@
gcc_srcdir = $(libgcc_topdir)/gcc gcc_srcdir = $(libgcc_topdir)/gcc
gcc_objdir = $(MULTIBUILDTOP)../../gcc gcc_objdir = $(MULTIBUILDTOP)../../$(host_subdir)/gcc
srcdir = @srcdir@ srcdir = @srcdir@
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -74,6 +74,7 @@ esac ...@@ -74,6 +74,7 @@ esac
AC_CANONICAL_HOST AC_CANONICAL_HOST
ACX_NONCANONICAL_HOST ACX_NONCANONICAL_HOST
GCC_TOPLEV_SUBDIRS
dnl These must be called before AM_PROG_LIBTOOL, because it may want dnl These must be called before AM_PROG_LIBTOOL, because it may want
dnl to call AC_CHECK_PROG. dnl to call AC_CHECK_PROG.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment