diff --git a/ChangeLog b/ChangeLog index 4478a3be..95e25bbb 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 c39f155c..e0f688a6 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