From 3bfd12396f6ad66d2864e9fb5ba8be2e531a4e63 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 24 Aug 2020 11:51:20 +0200 Subject: Use representation when passing target_triplet as hint --- libbuild2/cc/guess.cxx | 2 +- libbuild2/cc/init.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libbuild2/cc') diff --git a/libbuild2/cc/guess.cxx b/libbuild2/cc/guess.cxx index 8fe4769..c0d04ef 100644 --- a/libbuild2/cc/guess.cxx +++ b/libbuild2/cc/guess.cxx @@ -2372,7 +2372,7 @@ namespace build2 tt.vendor = "microsoft"; tt.system = "win32-msvc"; tt.version = msvc_runtime_version (msvc_compiler_version (mi.msvc_ver)); - t = tt.string (); + t = tt.representation (); // Add the MSVC information to the signature and checksum. // diff --git a/libbuild2/cc/init.cxx b/libbuild2/cc/init.cxx index 6791190..bb50d07 100644 --- a/libbuild2/cc/init.cxx +++ b/libbuild2/cc/init.cxx @@ -304,7 +304,7 @@ namespace build2 // Note that all these variables have already been registered. // h.assign ("config.bin.target") = - cast (rs["cc.target"]).string (); + cast (rs["cc.target"]).representation (); if (auto l = extra.hints["config.bin.pattern"]) h.assign ("config.bin.pattern") = cast (l); -- cgit v1.1