From f9960662a7f5131c7366bc531d9db9e7b6bfd6d8 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Wed, 1 Dec 2004 18:00:58 +0000 Subject: [PATCH] * ltmain.in (func_mode_link): Fix quoting bug in last checkin. --- ChangeLog | 4 ++++ ltmain.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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. -- 2.47.3