summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index cafd0b3fe..6dc13faae 100755
--- a/configure
+++ b/configure
@@ -414,8 +414,8 @@ path_toolname() {
ar) toolname="ar";;
cc) toolname="gcc";;
*/cc) toolname="gcc";;
- c++) toolname="g++";;
- */c++) toolname="g++";;
+ c++) toolname="gxx";;
+ */c++) toolname="gxx";;
*) raise "unknown tool ${1}";;
esac
_ret="${toolname}"