]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in [aix]: Be sure to deal with xlc_r, cc_r and other
authorHoward Chu <hyc@highlandsun.com>
Fri, 25 Oct 2002 00:23:24 +0000 (00:23 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 25 Oct 2002 00:23:24 +0000 (00:23 +0000)
compiler variants.

ChangeLog
ltmain.in

index 93f62b7e4ecc5ba3c6a456871090ba36946928a0..06914333814ca472dc9961e3bdd092ce98cb7e7d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-10-25  Howard Chu  <hyc@highlandsun.com>
+
+       * ltmain.in [aix]: Be sure to deal with xlc_r, cc_r and other
+       compiler variants.
+
 2002-10-25  Gary V. Vaughan  <gary@gnu.org>
 
        * libtool.m4 (_LT_AC_FILE_IMPGEN_C): Removed.  No longer used.
index 75ddc3c7cf65c0134db11c745102b24722a5c633..4ef72e712c6e11e8e8dcc625e81009c04e7969f7 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* | g++* | xlc)
+    *cc | cc* | *++ | gcc* | *-gcc* | g++* | xlc*)
       mode=link
       for arg
       do