This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix srcdir=. bug in build modules
- From: DJ Delorie <dj at redhat dot com>
- To: bonzini at gnu dot org
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 12 Oct 2004 15:20:19 -0400
- Subject: Re: [PATCH] Fix srcdir=. bug in build modules
- References: <OF66D65C83.3D9E5692-ON65256F2A.00583C45-65256F2A.0058CD7F@in.ibm.com> <200410111734.26637.paul@codesourcery.com> <416B90CE.9070701@gnu.org>
> When the Makefile builds the symlink tree for
> build-i686-pc-linux-gnu, it makes a symlink tree only for libiberty
> and fixincludes, not for include.
It should not [need to] build a symlink tree for libiberty. Libiberty
was modified some while back to work properly when there's a build in
its srcdir. Does you patch still make sense in light of this?