From ed024f5c4e42bf1bc32d5721c83b990987b3aa74 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 11 Apr 2019 10:03:44 +0200 Subject: Sync up with latest C++ modules support in GCC --- build2/cc/compile-rule.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cc/compile-rule.cxx') diff --git a/build2/cc/compile-rule.cxx b/build2/cc/compile-rule.cxx index 92ba32d..9e307b6 100644 --- a/build2/cc/compile-rule.cxx +++ b/build2/cc/compile-rule.cxx @@ -558,7 +558,7 @@ namespace build2 { case compiler_type::gcc: { - e += mod ? "nms" : o; + e += mod ? "gcm" : o; break; } case compiler_type::clang: -- cgit v1.1