summaryrefslogtreecommitdiff
path: root/projects/Stacker/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/Stacker/test/Makefile')
-rw-r--r--projects/Stacker/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/Stacker/test/Makefile b/projects/Stacker/test/Makefile
index 2f7ff8a184..64f76cd611 100644
--- a/projects/Stacker/test/Makefile
+++ b/projects/Stacker/test/Makefile
@@ -44,7 +44,7 @@ test_each: $(TESTS)
% : %.s testing.s
@$(ECHO) "Compiling and Linking $< to $*"
- $(VERB)gcc -ggdb -L$(BUILD_OBJ_ROOT)/lib/$(CONFIGURATION) testing.s -lstkr_runtime -o $* $*.s
+ $(VERB)$(CC) -ggdb -L$(BUILD_OBJ_ROOT)/lib/$(CONFIGURATION) testing.s -lstkr_runtime -o $* $*.s
%.s : %.bc
@$(ECHO) "Compiling $< to $*.s"