From: Albert Chin-A-Young Date: Tue, 25 Jan 2005 08:16:58 +0000 (+0000) Subject: * config/ltmain.m4sh (func_mode_link) [irix]: Preserve processor X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7534aa88c38546651adfbc8952222bafade5b682;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 3dee3b174..8d9a4f9cd 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 * tests/defs.m4sh: Extract $build from $LIBTOOL. diff --git a/config/ltmain.m4sh b/config/ltmain.m4sh index 2ac88b044..047e27765 100644 --- a/config/ltmain.m4sh +++ b/config/ltmain.m4sh @@ -2807,11 +2807,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"