bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Peter Rosin
Subject: bug#8880: [PATCH] add pgcc support to depcomp
Date: Thu, 01 Mar 2012 10:25:53 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2

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 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  1 files changed, 74 insertions(+), 0 deletions(-)
> 
> diff --git a/lib/depcomp b/lib/depcomp
> index 089f556..4863594 100755
> --- a/lib/depcomp
> +++ b/lib/depcomp
> @@ -312,6 +312,80 @@ icc)
>    rm -f "$tmpdepfile"
>    ;;

Don't forget to bump scriptversion.  (And I think this should eventually
be committed on the msvc branch.  I know that there are no more *planned*
releases from branch-1.11, but better safe than sorry.  At least until
there is a 1.12 release w/o a terrible reputation for some reason, so
that 1.11 can be considered truly obsolete.  I remember the Libtool 2.0
transition all too well, and Automake 1.11.* has been it for a substantial
amount of time.  I'm simply not confident that there will be no 1.11.4
release in the future.)

Cheers,
Peter





reply via email to

[Prev in Thread] Current Thread [Next in Thread]