+2004-12-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * ltmain.in (func_mode_link): Fix quoting bug in last checkin.
+
2004-11-29 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* doc/libtool.texi (Reloadable objects): Fix typo, reported by
# +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]|-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.