mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-26 22:34:39 +00:00
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:
parent
a9447a8995
commit
2c5d55fd94
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user