This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch: Fix for bootstrap/3075


On Jun 10, 2001, Nathan Sidwell <nathan@codesourcery.com> wrote:

> Nathan Sidwell wrote:
>> 
>> Hi,
>> Here's a patch which I think cures the problem. A manual configure
>> now works, and I'm running a bootstrap to verify. You'll see
>> we use '../gcc/gthr.h' to get at some headers, whereas we should
>> be saying '$auxdir/gcc/gthr.h'.
> or should it be '$toplevel_srcdir/gcc/gthr.h' ?

Yep.  Also note that you should modify acinclude.m4, not aclocal.m4,
since the latter is generated from the former.  Please mention in the
ChangeLog that you're rebuilding both aclocal.m4 and configure after
the change in acinclude.m4, then check it in after making these
changes, in mainline and branch.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]