libtool-patches
[Top][All Lists]
Advanced

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

FYI: allow some more compiler flags through


From: Ralf Wildenhues
Subject: FYI: allow some more compiler flags through
Date: Sat, 17 Sep 2005 09:41:14 +0200
User-agent: Mutt/1.5.9i

[ finishing the ARM stuff now: ]

* Gary V. Vaughan wrote on Fri, Sep 16, 2005 at 08:26:22PM CEST:
> Ralf Wildenhues wrote:
> 
> >         * libltdl/config/ltmain.m4sh (func_mode_link): Allow some
> >         ARM gcc ABI flags through.
> >         Reported by Andrés Moré <address@hidden>.
> 
> Yes, please commit.

Thank you.  Applied to CVS HEAD and branch-1-5.  For reference, here's
the patch against branch-1-5.

Cheers,
Ralf

        * ltmain.in (link mode): Allow some ARM gcc ABI flags through.
        Reported by Andrés Moré <address@hidden>.

Index: ltmain.in
===================================================================
RCS file: /cvsroot/libtool/libtool/Attic/ltmain.in,v
retrieving revision 1.334.2.86
diff -u -r1.334.2.86 ltmain.in
--- ltmain.in   9 Sep 2005 15:52:11 -0000       1.334.2.86
+++ ltmain.in   17 Sep 2005 07:37:18 -0000
@@ -1536,7 +1536,10 @@
       # +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]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*)
+      # -m*, -t[45]*, -txscale* pass through architecture-specific
+      # # compiler args for GCC
+      -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
+      -t[45]*|-txscale*)
 
        # 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]