From: Ralf Wildenhues Date: Wed, 1 Dec 2004 18:00:58 +0000 (+0000) Subject: * ltmain.in (func_mode_link): Fix quoting bug in last checkin. X-Git-Tag: release-1-5-12~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9960662a7f5131c7366bc531d9db9e7b6bfd6d8;p=thirdparty%2Flibtool.git * ltmain.in (func_mode_link): Fix quoting bug in last checkin. --- diff --git a/ChangeLog b/ChangeLog index 0bed08318..6aa880061 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-12-01 Ralf Wildenhues + + * ltmain.in (func_mode_link): Fix quoting bug in last checkin. + 2004-11-29 Ralf Wildenhues * doc/libtool.texi (Reloadable objects): Fix typo, reported by diff --git a/ltmain.in b/ltmain.in index aa93f12d2..275c63573 100644 --- a/ltmain.in +++ b/ltmain.in @@ -1502,7 +1502,7 @@ EOF # +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.