]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in (func_mode_link): Fix quoting bug in last checkin.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 1 Dec 2004 18:00:58 +0000 (18:00 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 1 Dec 2004 18:00:58 +0000 (18:00 +0000)
ChangeLog
ltmain.in

index 0bed083188ff8ed0426ed606c5e420c1d2aacc27..6aa8800619acae6a97c4bcd9f99caa106da8d200 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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
index aa93f12d2e89290fb08019c0d71b42e403c29df7..275c635735eae427fb70f67e7326c88f360b31d0 100644 (file)
--- 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.