libtool-patches
[Top][All Lists]
Advanced

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

Re: allow link switches through (1.5 backport)


From: Ralf Wildenhues
Subject: Re: allow link switches through (1.5 backport)
Date: Wed, 1 Dec 2004 18:08:07 +0100
User-agent: Mutt/1.4.1i

* Ralf Wildenhues wrote on Mon, Nov 29, 2004 at 05:55:11PM CET:
> * Bob Friesenhahn wrote on Mon, Nov 29, 2004 at 03:10:45PM CET:
> > On Mon, 29 Nov 2004, Ralf Wildenhues wrote:
> > 
> > >I'm trying to backport the changes to let through some switches to the
> > >linker unchanged, after receiving bug reports about this.  Now I'm not
> > >too firm with all branch-1-5 vs branch-2-0 differences, thus I can't
> > >tell for sure whether this patch is sufficient.
> > >
> > >Can somebody take a look at this?
> > 
> > I agree with Gary that this change is correct.
> 
> Committed.  Thanks guys.

And all of us were wrong.  :(
So much for `no code being ported between branch-1-5 and current'.

OK to commit to branch-1-5?

        * ltmain.in (func_mode_link): Fix quoting bug in last checkin.

Index: ltmain.in
===================================================================
RCS file: /cvsroot/libtool/libtool/Attic/ltmain.in,v
retrieving revision 1.334.2.40
diff -u -r1.334.2.40 ltmain.in
--- ltmain.in   29 Nov 2004 16:55:35 -0000      1.334.2.40
+++ ltmain.in   1 Dec 2004 17:11:02 -0000
@@ -1502,7 +1502,7 @@
       # +DA*, +DD* enable 64-bit mode on the HP compiler
       # -q* pass through compiler args for the IBM compiler
       # -m* pass through architecture-specific compiler args for GCC
-      -64|-mips[[0-9]]|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*)
+      -64|-mips[0-9]|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*)
 
        # Unknown arguments in both finalize_command and compile_command need
        # to be aesthetically quoted because they are evaled later.




reply via email to

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