]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in (link mode): Allow some ARM gcc ABI flags through.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 17 Sep 2005 07:40:54 +0000 (07:40 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 17 Sep 2005 07:40:54 +0000 (07:40 +0000)
Reported by Andrés Moré <more.andres@gmail.com>.

ChangeLog
ltmain.in

index e7429c29d2970aa461ca1d3da35eb884f36a4c75..33471402d47652d3bf422978b73c7ff3386647c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-09-17  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+       * ltmain.in (link mode): Allow some ARM gcc ABI flags through.
+       Reported by Andrés Moré <more.andres@gmail.com>.
+
 2005-09-14  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
 
        * libltdl/ltdl.c (lt_argz_insert): Work around newlib
index 2d5af5250512f2d1f0e87f44e652df0a5595ca60..3415a783b1d4738ef4dde9baae3a18b8ea7822ac 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -1536,7 +1536,10 @@ EOF
       # +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.