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]
Other format: [Raw text]

Re: [PATCH] Fix libcpp dependency generation for toplevel bootstrap


Paolo Bonzini <paolo.bonzini@lu.unisi.ch> writes:

| >I can reproduce the problem.  The attached file is the output of
| >"make -d install" as Dan suggested.
| >
| It looks like gcc should be installed last, because
| 
|        Prerequisite
| `/home/gdr/lib/gcc/i686-pc-linux-gnu/4.2.0/include/limits.h' is newer
| than target `charset.o'.
| 
| Instead, I have a dependency on the uninstalled
| /home/bonzinip/gcc-pr19653/build/./prev-gcc/include/limits.h
| 
| I think that Gaby and Andrew have a 4.2.0 already installed, unlike me
| and Dan.

In my case, you're correct.  I tend to use mainline for "experimental"
developments on my machine, so yes I bootstrapped with a compiler
previously built from mainline.

Thanks for working on this.

-- Gaby


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