]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Support compiler names matching g++*
authorOssama Othman <ossama@doc.ece.uci.edu>
Thu, 24 Oct 2002 21:20:13 +0000 (21:20 +0000)
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>
Thu, 24 Oct 2002 21:20:13 +0000 (21:20 +0000)
ChangeLog
ltmain.in

index 4478a3be67f931c60447a660a38c6e871a7ad061..95e25bbbfd348cab531cfb7a0c53f6568c4730c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-10-24  Ossama Othman  <ossama@doc.ece.uci.edu>
+
+       * ltmain.in: Support compiler names matching g++*
+
 2002-10-23  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
 
         * Removed old Windows cruft.
index c39f155c953e850b56f5b7b5cd7d8baad8e3cb45..e0f688a6a97ce052c1445c2d8e6cacdb45eb6e22 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -269,7 +269,7 @@ if test -z "$show_help"; then
   # Infer the operation mode.
   if test -z "$mode"; then
     case $nonopt in
-    *cc | *++ | gcc* | *-gcc*)
+    *cc | *++ | gcc* | *-gcc* | g++*)
       mode=link
       for arg
       do