summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-02-04 00:52:58 +0800
committerruki <[email protected]>2023-02-04 00:52:58 +0800
commit22b7d39fbe2ccf10371af59c8b451dc0f0ec3545 (patch)
tree4eabde17621d9bd3943b4460d0cce4ef4a85584d
parentccb0ede6e755b0f736a7dd1f6b00b871df5221d0 (diff)
improve configure
-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}"