From: Albert Chin-A-Young Date: Tue, 25 Jan 2005 08:17:36 +0000 (+0000) Subject: * ltmain.in [irix]: Preserve processor option for SGI Compiler X-Git-Tag: release-1-5-12~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=962825ccfbd9e77072f5be1eb29eca25d1607887;p=thirdparty%2Flibtool.git * ltmain.in [irix]: Preserve processor option for SGI Compiler (-r[0-9][0-9]*). --- diff --git a/ChangeLog b/ChangeLog index e8a2dfcbd..0fba33dca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-01-25 Albert Chin-A-Young + + * ltmain.in [irix]: Preserve processor option for SGI Compiler + (-r[0-9][0-9]*). + 2005-01-24 Ralf Wildenhues * libtool.m4 (AC_LIBTOOL_CONFIG) [mingw, cygwin, pw32, os2]: diff --git a/ltmain.in b/ltmain.in index ee326995f..894c6c175 100644 --- 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.