mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 05:32:25 +00:00
Do not hardcode the name of gcc, because its full pathname may have been
specified by top-level configure git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13458 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8c603ef339
commit
2928a169bb
@ -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…
Reference in New Issue
Block a user