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

ChangeLog
libltdl/config/ltmain.m4sh

index fc0a399385885fbb4dde7cd794eb3cb8fb9f0e2a..d3996f1f835b22ed224a5ff2680d404e9be0b452 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2005-09-17  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
 
+       * libltdl/config/ltmain.m4sh (func_mode_link): Allow some
+       ARM gcc ABI flags through.
+       Reported by Andrés Moré <more.andres@gmail.com>.
+
        * Makefile.am (all-local): Rebuild libltdl/Makefile.in.
 
        * libltdl/m4/ltdl.m4 (LTDL_INIT) <CONFIG_H>: Rename to..
index e5df9edf47f530ace5873f988ecbc529a24eb19c..6289c92d643ba1a9364c312ef25b27598a79fbf8 100644 (file)
@@ -2814,8 +2814,10 @@ func_mode_link ()
       # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler
       # +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*)
         func_quote_for_eval "$arg"
        arg="$func_quote_for_eval_result"
         compile_command="$compile_command $arg"