From: Albert Chin-A-Young Date: Tue, 25 Jan 2005 08:16:35 +0000 (+0000) Subject: * config/ltmain.m4sh (func_mode_link) [irix]: Preserve processor X-Git-Tag: release-2-1b~775 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bd0a5d13816448b8cbca07d84a4850f4c7035b6;p=thirdparty%2Flibtool.git * config/ltmain.m4sh (func_mode_link) [irix]: Preserve processor option for SGI Compiler (-r[0-9][0-9]*). --- diff --git a/ChangeLog b/ChangeLog index 2b55b881a..c8e195b5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-01-25 Albert Chin-A-Young + + * config/ltmain.m4sh (func_mode_link) [irix]: Preserve processor + option for SGI Compiler (-r[0-9][0-9]*). + 2005-01-24 Ralf Wildenhues * m4/libtool.m4 (_LT_PROG_XSI_SHELLFNS): Define Bourne and XSI diff --git a/config/ltmain.m4sh b/config/ltmain.m4sh index b6f1cb2fd..02793daa5 100644 --- a/config/ltmain.m4sh +++ b/config/ltmain.m4sh @@ -2840,11 +2840,12 @@ func_mode_link () ;; # -64, -mips[0-9] enable 64-bit mode on the SGI compiler + # -r[0-9][0-9]* specifies the processor on the SGI compiler # -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]]|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*) + -64|-mips[[0-9]]|-r[[0-9]][[0-9]]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*) func_quote_for_eval "$arg" arg="$func_quote_for_eval_result" compile_command="$compile_command $arg"