]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* config/ltmain.m4sh (func_mode_link) [irix]: Preserve processor
authorAlbert Chin-A-Young <china@thewrittenword.com>
Tue, 25 Jan 2005 08:16:35 +0000 (08:16 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 25 Jan 2005 08:16:35 +0000 (08:16 +0000)
option for SGI Compiler (-r[0-9][0-9]*).

ChangeLog
config/ltmain.m4sh

index 2b55b881a94ab83c3c404edfa36a6f1379e97baf..c8e195b5ce1320c9f5e3d84d4529bcaf0b8ae5db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-25  Albert Chin-A-Young  <china@thewrittenword.com>
+
+       * config/ltmain.m4sh (func_mode_link) [irix]: Preserve processor
+       option for SGI Compiler (-r[0-9][0-9]*).
+
 2005-01-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * m4/libtool.m4 (_LT_PROG_XSI_SHELLFNS): Define Bourne and XSI
index b6f1cb2fd8e2b4b780037d1030618ccd9d7c2002..02793daa5f689dc5965bc67380105009f37cab7d 100644 (file)
@@ -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"