]> git.lizzy.rs Git - rust.git/blobdiff - mk/tests.mk
pass CXX to run-make
[rust.git] / mk / tests.mk
index acb75bb7cdc3b0ced461a73676972e5b6b5cb16b..b887f7b887f2a0b5a4d93a7556e2e063ebd797b0 100644 (file)
@@ -1072,7 +1072,8 @@ $(3)/test/run-make/%-$(1)-T-$(2)-H-$(3).ok: \
            $(3) \
            "$$(LLVM_LIBDIR_RUSTFLAGS_$(3))" \
            "$$(LLVM_ALL_COMPONENTS_$(3))" \
-           "$$(LLVM_CXXFLAGS_$(3))"
+           "$$(LLVM_CXXFLAGS_$(3))" \
+           '$$(CXX_$(3))'
        @touch -r $$@.start_time $$@ && rm $$@.start_time
 else
 # FIXME #11094 - The above rule doesn't work right for multiple targets