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

ChangeLog
ltmain.in

index e8a2dfcbd55ff68a4bbfaafeced6960d93eed2ea..0fba33dcab9a8561dc4f786c7308d572e7c32da5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-25  Albert Chin-A-Young  <china@thewrittenword.com>
+
+       * ltmain.in [irix]: Preserve processor option for SGI Compiler
+       (-r[0-9][0-9]*).
+
 2005-01-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * libtool.m4 (AC_LIBTOOL_CONFIG) [mingw, cygwin, pw32, os2]:
index ee326995f4b2ebf607fb71edc4579dc5c4e69941..894c6c175362932c40652ec654385300d73192eb 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -1520,11 +1520,12 @@ EOF
        ;;
 
       # -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*)
 
        # Unknown arguments in both finalize_command and compile_command need
        # to be aesthetically quoted because they are evaled later.