mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 05:32:25 +00:00
Update for llvm-gcc4 build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32533 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6586adfc1a
commit
e922eb6f17
@ -42,7 +42,7 @@ test_each: $(TESTS)
|
||||
|
||||
% : %.st Makefile testing.bc
|
||||
$(Echo) "Building $*"
|
||||
$(Verb)$(LLVMC) -O4 -o $@ $< testing.bc $(LibDir)/stkr_runtime.bc -lcrtend
|
||||
$(Verb)$(LLVMC) -O4 -o $@ $< testing.bc -L$(LibDir)
|
||||
|
||||
testing.bc : testing.st Makefile
|
||||
$(Echo) "Compiling $*"
|
||||
|
Loading…
Reference in New Issue
Block a user