From 22b7d39fbe2ccf10371af59c8b451dc0f0ec3545 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 4 Feb 2023 00:52:58 +0800 Subject: improve configure --- configure | 4 ++-- 1 file 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}" -- cgit v1.3.1