bug#8880: [PATCH] add pgcc support to depcomp

2012-07-12 Thread Stefano Lattarini
Reference: Hi Dave, Jeff. On 02/25/2012 03:22 AM, Dave Goodell wrote: > Portland Group C Compiler support based on a code from Jeff Daily @ PNNL > via the automake list and automake bug #8880: > > [SNIP] > The paperwork issues have been finally

bug#8880: [PATCH] add pgcc support to depcomp

2012-03-01 Thread Peter Rosin
Dave Goodell skrev 2012-02-25 03:22: > Portland Group C Compiler support based on a code from Jeff Daily @ PNNL > via the automake list and automake bug #8880: > > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8880 > --- > lib/depcomp | 74 > +

bug#8880: [PATCH] tests: fix spurious failure when dependency tracking is unavailable (was: Re: bug#8880: [PATCH] add pgcc support to depcomp)

2012-02-28 Thread Stefano Lattarini
On 02/27/2012 11:01 PM, Dave Goodell wrote: > "yacc-dist-nobuild.dir" fails without this depcomp patch, but it passes with > it. I didn't fully grok this test, but it looks like the test requires > dependency support from the compiler+depcomp to operate correctly. > Not really, that was a redundan

bug#8880: [PATCH] add pgcc support to depcomp

2012-02-27 Thread Daily, Jeff A
> > we'll need a proper disclaimer from *all* the people who have written > > this code before incorporating it in the automake repository. So I ask: > > > > Would you and the other people that have written this code be willing > > to assign the copyright to the Free Software Foundation, so that

bug#8880: [PATCH] add pgcc support to depcomp

2012-02-27 Thread Dave Goodell
Portland Group C Compiler support based on a code from Jeff Daily @ PNNL via the automake list and automake bug #8880: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8880 --- lib/depcomp | 73 +++ 1 files changed, 73 insertions(+), 0 deletio

bug#8880: [PATCH] add pgcc support to depcomp

2012-02-27 Thread Dave Goodell
On Feb 25, 2012, at 3:08 AM CST, Stefano Lattarini wrote: > On 02/25/2012 03:22 AM, Dave Goodell wrote: >> Portland Group C Compiler support based on a code from Jeff Daily @ PNNL >> via the automake list and automake bug #8880: >> > By a very cursory look, this patch seems safe and unobtrusive (

bug#8880: [PATCH] add pgcc support to depcomp

2012-02-25 Thread Stefano Lattarini
Hi Dave, Jeff. Thanks for the patch! On 02/25/2012 03:22 AM, Dave Goodell wrote: > Portland Group C Compiler support based on a code from Jeff Daily @ PNNL > via the automake list and automake bug #8880: > By a very cursory look, this patch seems safe and unobtrusive (it shouldn't influence the

bug#8880: [PATCH] add pgcc support to depcomp

2012-02-24 Thread Dave Goodell
Portland Group C Compiler support based on a code from Jeff Daily @ PNNL via the automake list and automake bug #8880: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8880 --- lib/depcomp | 74 +++ 1 files changed, 74 insertions(+), 0 deletio