From: Howard Chu Date: Fri, 25 Oct 2002 00:23:24 +0000 (+0000) Subject: * ltmain.in [aix]: Be sure to deal with xlc_r, cc_r and other X-Git-Tag: release-1-5~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ac414296ee74fba3a6f084f556eb984f2e5ee218;p=thirdparty%2Flibtool.git * ltmain.in [aix]: Be sure to deal with xlc_r, cc_r and other compiler variants. --- diff --git a/ChangeLog b/ChangeLog index 93f62b7e4..069143338 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-10-25 Howard Chu + + * ltmain.in [aix]: Be sure to deal with xlc_r, cc_r and other + compiler variants. + 2002-10-25 Gary V. Vaughan * libtool.m4 (_LT_AC_FILE_IMPGEN_C): Removed. No longer used. diff --git a/ltmain.in b/ltmain.in index 75ddc3c7c..4ef72e712 100644 --- 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