From 38bc3fc41e6e340d72d3d2ea0ccb31ad3f6920bc Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Thu, 24 Oct 2002 21:20:13 +0000 Subject: [PATCH] Support compiler names matching g++* --- ChangeLog | 4 ++++ ltmain.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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