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: Bob Friesenhahn
Subject: Re: allow link switches through (1.5 backport)
Date: Wed, 1 Dec 2004 11:16:30 -0600 (CST)


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?

I agree that this change is correct. :-)

Bob


        * 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.



======================================
Bob Friesenhahn
address@hidden
http://www.simplesystems.org/users/bfriesen




reply via email to

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