Support compiler names matching g++*

This commit is contained in:
Ossama Othman 2002-10-24 21:20:13 +00:00 committed by Bob Friesenhahn
parent 312b3fcbac
commit 38bc3fc41e
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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