Do not hardcode the name of gcc, because its full pathname may have been
authorBrian Gaeke <gaeke@uiuc.edu>
Tue, 11 May 2004 07:42:58 +0000 (07:42 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Tue, 11 May 2004 07:42:58 +0000 (07:42 +0000)
specified by top-level configure

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13458 91177308-0d34-0410-b5e6-96231b3b80d8

projects/Stacker/test/Makefile

index 2f7ff8a1849da4d9a6bd442b873b9f8391046ec4..64f76cd611c20bdc598f3ef68d08a4f8271c1e93 100644 (file)
@@ -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"