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: Paolo cross RTEMS build patch review


Laurent GUERBY wrote:
> Hi Mark, Paolo posted his patch to fix the cross RTEMS build process on
> november 19th, after two pings and 11 days it hasn't been reviewed.
> 
> Patch URL:
> http://gcc.gnu.org/ml/gcc-patches/2005-11/msg01404.html

On November 21st I wrote:

> I will review the patch, if it comes to that, but I'd much prefer that a
> build system maintainer take a look.  If that doesn't happen, within a
> few days, let me know.

It's certainly been a few days.  However, I now realize that this is not
only code I don't know very well -- it may not even be code I have write
privileges for, as its shared with src.

However, I like this patch -- the `if [ -r ... ` hack has always seemed
very unfortunate to me.  Certainly, when I start building a toolchain, I
know which bison I want to use (in-tree, installed, etc.), and the logic
we have presently seems very fragile.

So, if I can approve this patch, I've now done so.  I've copied DJ, so
that he can overrule me.

-- 
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304


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