From 962825ccfbd9e77072f5be1eb29eca25d1607887 Mon Sep 17 00:00:00 2001 From: Albert Chin-A-Young Date: Tue, 25 Jan 2005 08:17:36 +0000 Subject: [PATCH] * ltmain.in [irix]: Preserve processor option for SGI Compiler (-r[0-9][0-9]*). --- ChangeLog | 5 +++++ ltmain.in | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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. -- 2.47.3