summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 86b3cfef..15d2931a 100644
--- a/Makefile
+++ b/Makefile
@@ -220,7 +220,7 @@ rust_tests-run-fail: $(call DEF_RUST_TESTS,run-fail)
output/rust/test_run-pass_hello: $(RUST_TESTS_DIR)run-pass/hello.rs output/libstd.hir $(BIN) output/liballoc_system.hir output/libpanic_abort.hir
@mkdir -p $(dir $@)
$(DBG) $(BIN) $< -o $@.c $(PIPECMD)
- gcc $@.c -pthread -g -o $@
+ $(CC) $@.c -pthread -g -o $@
TEST_ARGS_run-pass/cfgs-on-items := --cfg fooA --cfg fooB