mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-05 01:01:45 +00:00
Correct build script for stkr_runtime module
llvm-svn: 18526
This commit is contained in:
parent
4c444dba9d
commit
62fe4f4e16
@ -42,7 +42,7 @@ test_each: $(TESTS)
|
||||
|
||||
% : %.st Makefile testing.bc
|
||||
$(Echo) "Building $*"
|
||||
$(Verb)$(LLVMC) -O4 -o $@ $< testing.bc -lstkr_runtime -lcrtend
|
||||
$(Verb)$(LLVMC) -O4 -o $@ $< testing.bc $(LibDir)/stkr_runtime.bc -lcrtend
|
||||
|
||||
testing.bc : testing.st Makefile
|
||||
$(Echo) "Compiling $*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user