From: Ralf Wildenhues Date: Sat, 17 Sep 2005 07:38:28 +0000 (+0000) Subject: * libltdl/config/ltmain.m4sh (func_mode_link): Allow some X-Git-Tag: release-2-1b~511 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=815e595f9e50180ade1414606eb616abd37a8314;p=thirdparty%2Flibtool.git * libltdl/config/ltmain.m4sh (func_mode_link): Allow some ARM gcc ABI flags through. Reported by Andrés Moré . --- diff --git a/ChangeLog b/ChangeLog index fc0a39938..d3996f1f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-09-17 Ralf Wildenhues + * libltdl/config/ltmain.m4sh (func_mode_link): Allow some + ARM gcc ABI flags through. + Reported by Andrés Moré . + * Makefile.am (all-local): Rebuild libltdl/Makefile.in. * libltdl/m4/ltdl.m4 (LTDL_INIT) : Rename to.. diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh index e5df9edf4..6289c92d6 100644 --- a/libltdl/config/ltmain.m4sh +++ b/libltdl/config/ltmain.m4sh @@ -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"