This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Top level libgcc checked in
- From: Ben Elliston <bje at au1 dot ibm dot com>
- To: Daniel Jacobowitz <drow at false dot org>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 04 Jan 2007 16:19:17 +1100
- Subject: Re: Top level libgcc checked in
- References: <20070104042829.GA3110@nevyn.them.org>
On Wed, 2007-01-03 at 23:28 -0500, Daniel Jacobowitz wrote:
> Right now the libgcc configuration is completely tied up with
> gcc/Makefile. As parts of the configuration process move from
> gcc/config/ to libgcc/config/ (or libgcc's configure.ac), we'll
> be untangling them. Eventually, it should be possible to build
> gcc and the target libraries separately.
So I take it that at this stage we've not commenced the process of
having libgcc's configury run autoconf tests on the target compiler?
(Rather than having to hardwire most target details into the t-* files?)
Any objections to starting down this path?
Ben