This is the mail archive of the gcc-bugs@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: sed: command garbled



> >> > breaks a build when libstdc++-v3 is enabled:
> >> 
> >> Yup, I've already posted another patch that addresses this problem.
>
> > Which patch was it, so I can push for inclusion
>
> It's already checked in.  Update your tree to the current HEAD and you
> should get it.

I already had the current HEAD, and just now updated it to be sure.
The problem is fixed with the configuration defaults, but passing
--enable-libstdcxx-v3 breaks it again.

And I can't seem to come up with a minimal change to configure.in that
lets it work.  The amount of nested quoting required is just too much.
(It's around line 54 currently, setting libstdcxx_flags.)  There's probably
a clean solution, but one that requires more rewriting, and I don't know
what that section of the script is supposed to do.


Phil
P.S.- Should that top-level configure.in really have /bin/bash as its
      #! invocation line?  I'm all for a Bourne shell that doesn't suck,
      but is that safe?


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