]> 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:58 +0000 (08:16 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 25 Jan 2005 08:16:58 +0000 (08:16 +0000)
option for SGI Compiler (-r[0-9][0-9]*).

ChangeLog
config/ltmain.m4sh

index 3dee3b1748730b3f6c1bd784f6bb2738cf90d2ce..8d9a4f9cd03b5a63e1ba44999cb145abab044aea 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>
 
        * tests/defs.m4sh: Extract $build from $LIBTOOL.
index 2ac88b044508ec76f13d067c9bce3e7c5ff28e53..047e27765a13946a432404d3093d2ea469f9fe18 100644 (file)
@@ -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"