Do not hardcode the name of gcc, because its full pathname may have been

specified by top-level configure

llvm-svn: 13458
This commit is contained in:
Brian Gaeke 2004-05-11 07:42:58 +00:00
parent a9447a8995
commit 2c5d55fd94

View 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"