From: Ralf Wildenhues Date: Sat, 17 Sep 2005 07:40:54 +0000 (+0000) Subject: * ltmain.in (link mode): Allow some ARM gcc ABI flags through. X-Git-Tag: release-1-5-22~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6733f2737be0949cc2ef76fe601d8da57e0ec241;p=thirdparty%2Flibtool.git * ltmain.in (link mode): Allow some ARM gcc ABI flags through. Reported by Andrés Moré . --- diff --git a/ChangeLog b/ChangeLog index e7429c29d..33471402d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-09-17 Ralf Wildenhues + + * ltmain.in (link mode): Allow some ARM gcc ABI flags through. + Reported by Andrés Moré . + 2005-09-14 Ralf Wildenhues * libltdl/ltdl.c (lt_argz_insert): Work around newlib diff --git a/ltmain.in b/ltmain.in index 2d5af5250..3415a783b 100644 --- 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.