From: Ossama Othman Date: Thu, 24 Oct 2002 21:20:13 +0000 (+0000) Subject: Support compiler names matching g++* X-Git-Tag: release-1-5~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38bc3fc41e6e340d72d3d2ea0ccb31ad3f6920bc;p=thirdparty%2Flibtool.git Support compiler names matching g++* --- diff --git a/ChangeLog b/ChangeLog index 4478a3be6..95e25bbbf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-10-24 Ossama Othman + + * ltmain.in: Support compiler names matching g++* + 2002-10-23 Bob Friesenhahn * Removed old Windows cruft. diff --git a/ltmain.in b/ltmain.in index c39f155c9..e0f688a6a 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*) + *cc | *++ | gcc* | *-gcc* | g++*) mode=link for arg do